chore: linting issue

This commit is contained in:
Gursheen Anand 2023-11-06 17:20:11 +05:30
parent 758ec720de
commit a1f8595a6a

View File

@ -920,7 +920,7 @@ class PurchaseInvoice(BuyingController):
item=item,
)
)
# update gross amount of asset bought through this document
assets = frappe.db.get_all(
"Asset", filters={"purchase_invoice": self.name, "item_code": item.item_code}