mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Merge pull request #48497 from frappe/mergify/bp/version-15-hotfix/pr-48490
feat: update the modified date of the SLE after reposting (backport #48490)
This commit is contained in:
@@ -919,6 +919,7 @@ class update_entries_after:
|
|||||||
)
|
)
|
||||||
|
|
||||||
sle.doctype = "Stock Ledger Entry"
|
sle.doctype = "Stock Ledger Entry"
|
||||||
|
sle.modified = now()
|
||||||
frappe.get_doc(sle).db_update()
|
frappe.get_doc(sle).db_update()
|
||||||
|
|
||||||
if not self.args.get("sle_id") or (
|
if not self.args.get("sle_id") or (
|
||||||
|
|||||||
Reference in New Issue
Block a user