mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
fix: incorrect if condition
This commit is contained in:
@@ -1089,7 +1089,7 @@ class StockReconciliation(StockController):
|
|||||||
{"voucher_detail_no": row.name, "actual_qty": ("<", 0), "is_cancelled": 0},
|
{"voucher_detail_no": row.name, "actual_qty": ("<", 0), "is_cancelled": 0},
|
||||||
"name",
|
"name",
|
||||||
):
|
):
|
||||||
if not not row.current_serial_and_batch_bundle:
|
if not row.current_serial_and_batch_bundle:
|
||||||
self.set_current_serial_and_batch_bundle(voucher_detail_no, save=True)
|
self.set_current_serial_and_batch_bundle(voucher_detail_no, save=True)
|
||||||
row.reload()
|
row.reload()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user