mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-30 17:42:32 +02:00
committed by
Mergify
parent
2a0d7acc2b
commit
78e64fa486
@@ -347,6 +347,9 @@ class StockReconciliation(StockController):
|
|||||||
if row.qty:
|
if row.qty:
|
||||||
args = self.get_sle_for_items(row)
|
args = self.get_sle_for_items(row)
|
||||||
|
|
||||||
|
if row.serial_no and row.batch_no:
|
||||||
|
args["qty_after_transaction"] = row.qty
|
||||||
|
|
||||||
args.update(
|
args.update(
|
||||||
{
|
{
|
||||||
"actual_qty": row.qty,
|
"actual_qty": row.qty,
|
||||||
|
|||||||
Reference in New Issue
Block a user