chore: fix linter issue

(cherry picked from commit 230a7d8d53)
This commit is contained in:
rohitwaghchaure
2024-02-15 14:28:06 +05:30
committed by Mergify
parent 518b22bffc
commit c50639334f

View File

@@ -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()