fix: incorrect balance qty
This commit is contained in:
parent
f6126069ee
commit
b2105a8be7
@ -348,6 +348,9 @@ class StockReconciliation(StockController):
|
||||
if row.qty:
|
||||
args = self.get_sle_for_items(row)
|
||||
|
||||
if row.serial_no and row.batch_no:
|
||||
args["qty_after_transaction"] = row.qty
|
||||
|
||||
args.update(
|
||||
{
|
||||
"actual_qty": row.qty,
|
||||
|
Loading…
x
Reference in New Issue
Block a user