mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 18:18:30 +00:00
@@ -51,7 +51,6 @@ class BlanketOrder(Document):
|
||||
item_ref = {}
|
||||
if self.blanket_order_type == "Selling":
|
||||
item_ref = self.get_customer_items_ref()
|
||||
print(item_ref)
|
||||
else:
|
||||
item_ref = self.get_supplier_items_ref()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user