Merge pull request #48131 from rohitwaghchaure/fixed-support-41105

fix: permission issue during reposting
This commit is contained in:
rohitwaghchaure
2025-06-19 17:42:20 +05:30
committed by GitHub

View File

@@ -1099,6 +1099,7 @@ class StockReconciliation(StockController):
new_sle.actual_qty = row.current_qty * -1
new_sle.valuation_rate = row.current_valuation_rate
new_sle.serial_and_batch_bundle = row.current_serial_and_batch_bundle
new_sle.flags.ignore_permissions = 1
new_sle.submit()
creation = add_to_date(sle_creation, seconds=-1)