chore: fix linter issue
(cherry picked from commit 230a7d8d537500c0f401f21c742f2a2ad653062a)
This commit is contained in:
parent
518b22bffc
commit
c50639334f
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user