Skip to content

Commit

Permalink
fix: resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi8112 authored Dec 31, 2024
1 parent 839ffb3 commit 00ae829
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions erpnext/controllers/buying_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,11 +745,8 @@ def process_fixed_asset(self):
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:
Expand Down

0 comments on commit 00ae829

Please sign in to comment.