Merge pull request #48496 from frappe/mergify/bp/version-14-hotfix/pr-48490

feat: update the modified date of the SLE after reposting (backport #48490)
This commit is contained in:
rohitwaghchaure
2025-07-09 19:45:26 +05:30
committed by GitHub

View File

@@ -663,6 +663,7 @@ class update_entries_after:
)
sle.doctype = "Stock Ledger Entry"
sle.modified = now()
frappe.get_doc(sle).db_update()
if not self.args.get("sle_id"):