commit | a1f8595a6a78ef94d1c82fefc44f4294d38cb856 | [log] [tgz] |
---|---|---|
author | Gursheen Anand <gursheen@frappe.io> | Mon Nov 06 17:20:11 2023 +0530 |
committer | Gursheen Anand <gursheen@frappe.io> | Mon Nov 06 17:20:11 2023 +0530 |
tree | 3dd8e7220d13a29990a2f97dfe9331807ad056dc | |
parent | 758ec720deb78507f4972b8b71cb3731f6ee43c4 [diff] |
chore: linting issue
diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py index 99b9c4e..cf89b33 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
@@ -920,7 +920,7 @@ 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}