chore: fix linter issue

This commit is contained in:
rohitwaghchaure
2024-02-15 14:28:06 +05:30
committed by GitHub
parent 1a8f7f9403
commit 230a7d8d53

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