mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
Merge pull request #35649 from frappe/mergify/bp/version-14-hotfix/pr-35646
fix: Stock Reconciliation document update while reposting (backport #35646)
This commit is contained in:
@@ -803,7 +803,7 @@ class update_entries_after(object):
|
|||||||
|
|
||||||
for item in sr.items:
|
for item in sr.items:
|
||||||
# Skip for Serial and Batch 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
|
continue
|
||||||
|
|
||||||
previous_sle = get_previous_sle(
|
previous_sle = get_previous_sle(
|
||||||
|
|||||||
Reference in New Issue
Block a user