mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
chore: fix linter issue
This commit is contained in:
@@ -51,7 +51,6 @@ class BlanketOrder(Document):
|
|||||||
item_ref = {}
|
item_ref = {}
|
||||||
if self.blanket_order_type == "Selling":
|
if self.blanket_order_type == "Selling":
|
||||||
item_ref = self.get_customer_items_ref()
|
item_ref = self.get_customer_items_ref()
|
||||||
print(item_ref)
|
|
||||||
else:
|
else:
|
||||||
item_ref = self.get_supplier_items_ref()
|
item_ref = self.get_supplier_items_ref()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user