mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +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')},
|
||||
{"BOM": frappe.db.count('BOM')},
|
||||
{"Quotation": frappe.db.count('Quotation')},
|
||||
{"Lead": frappe.db.count('Lead')},
|
||||
{"Payment Entry": frappe.db.count('Payment Entry')},
|
||||
{"Journal Entry": frappe.db.count('Journal Entry')},
|
||||
{"Stock Entry": frappe.db.count('Stock Entry')},
|
||||
|
||||
Reference in New Issue
Block a user