fix: Stock Reconciliation document update while reposting
This commit is contained in:
parent
42f4f80e0c
commit
db159dd11f
@ -944,7 +944,7 @@ class update_entries_after(object):
|
||||
|
||||
for item in sr.items:
|
||||
# Skip for Serial and Batch Items
|
||||
if item.serial_no or item.batch_no:
|
||||
if item.name != sle.voucher_detail_no or item.serial_no or item.batch_no:
|
||||
continue
|
||||
|
||||
previous_sle = get_previous_sle(
|
||||
|
Loading…
x
Reference in New Issue
Block a user