From 00ae829d890011df66cf66460e8119d649571c0e Mon Sep 17 00:00:00 2001 From: Khushi Rawat <142375893+khushi8112@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:43:38 +0530 Subject: [PATCH] fix: resolved conflicts --- erpnext/controllers/buying_controller.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/erpnext/controllers/buying_controller.py b/erpnext/controllers/buying_controller.py index a03c3692b40..7a6ff6c0889 100644 --- a/erpnext/controllers/buying_controller.py +++ b/erpnext/controllers/buying_controller.py @@ -745,11 +745,8 @@ class BuyingController(SubcontractingController): def auto_make_assets(self, asset_items): items_data = get_asset_item_details(asset_items) messages = [] -<<<<<<< HEAD -======= alert = False accounting_dimensions = get_dimensions(with_cost_center_and_project=True) ->>>>>>> 079ec864de (fix: copy accounting dimensions to asset and sales invoice (#44964)) for d in self.items: if d.is_fixed_asset: