fix: remove unused variable

This commit is contained in:
Khushi Rawat
2024-12-31 12:55:41 +05:30
committed by GitHub
parent 00ae829d89
commit b8922823a3

View File

@@ -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: