mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-15 07:28:39 +00:00
chore: fix conflicts
This commit is contained in:
@@ -1038,7 +1038,7 @@ class StockReconciliation(StockController):
|
||||
update_modified=False,
|
||||
)
|
||||
|
||||
def get_current_qty_from_ledger(self, row: StockReconciliationItem):
|
||||
def get_current_qty_from_ledger(self, row):
|
||||
"""Current (pre-reconciliation) qty for a row, recomputed from the ledger after reposting.
|
||||
|
||||
Serial/batch rows cannot have backdated qty changes inserted before a future reconciliation
|
||||
|
||||
Reference in New Issue
Block a user