fix(site_sync): remove duplicate entry

This commit is contained in:
Sahil Khan
2019-04-10 15:29:49 +05:30
parent ef73452abe
commit 0ac4cfa9b1

View File

@@ -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')},