mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
fix: Remove print statement
This commit is contained in:
@@ -345,7 +345,7 @@ def get_item_from_material_requests_based_on_supplier(source_name, target_doc =
|
||||
@frappe.whitelist()
|
||||
def get_supplier_tag():
|
||||
data = frappe.db.sql("select _user_tags from `tabSupplier`")
|
||||
print("data:", data)
|
||||
|
||||
tags = []
|
||||
for tag in data:
|
||||
tags += filter(bool, tag[0].split(","))
|
||||
|
||||
Reference in New Issue
Block a user