mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
fix(site_sync): remove duplicate entry
This commit is contained in:
@@ -62,7 +62,6 @@ def get_level():
|
|||||||
{"Sales Invoice": frappe.db.count('Sales Invoice')},
|
{"Sales Invoice": frappe.db.count('Sales Invoice')},
|
||||||
{"BOM": frappe.db.count('BOM')},
|
{"BOM": frappe.db.count('BOM')},
|
||||||
{"Quotation": frappe.db.count('Quotation')},
|
{"Quotation": frappe.db.count('Quotation')},
|
||||||
{"Lead": frappe.db.count('Lead')},
|
|
||||||
{"Payment Entry": frappe.db.count('Payment Entry')},
|
{"Payment Entry": frappe.db.count('Payment Entry')},
|
||||||
{"Journal Entry": frappe.db.count('Journal Entry')},
|
{"Journal Entry": frappe.db.count('Journal Entry')},
|
||||||
{"Stock Entry": frappe.db.count('Stock Entry')},
|
{"Stock Entry": frappe.db.count('Stock Entry')},
|
||||||
|
|||||||
Reference in New Issue
Block a user