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 ee9a51f93f
commit 1cca51afc6

View File

@@ -26,7 +26,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()