mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 06:48:31 +00:00
fix: remove unused variable
This commit is contained in:
@@ -745,7 +745,6 @@ class BuyingController(SubcontractingController):
|
||||
def auto_make_assets(self, asset_items):
|
||||
items_data = get_asset_item_details(asset_items)
|
||||
messages = []
|
||||
alert = False
|
||||
accounting_dimensions = get_dimensions(with_cost_center_and_project=True)
|
||||
|
||||
for d in self.items:
|
||||
|
||||
Reference in New Issue
Block a user