chore: fix conflicts

This commit is contained in:
rohitwaghchaure
2025-07-08 10:45:49 +05:30
committed by GitHub
parent 9207d79ce6
commit b15d7e573e

View File

@@ -489,13 +489,6 @@ class StockReconciliation(StockController):
self.update_inventory_dimensions(row, data)
<<<<<<< HEAD
if self.docstatus == 1 and has_dimensions and not row.batch_no:
data.qty_after_transaction = data.actual_qty
data.actual_qty = 0.0
=======
>>>>>>> 8ba66c9833 (Revert "fix: stock reco qty with inventory dimension (#47918)")
return data
def make_sle_on_cancel(self):