mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 04:15:10 +00:00
chore: fix conflicts
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user