mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-25 09:38:31 +00:00
feat: update the modified date of the SLE after reposting
(cherry picked from commit c2cd4934e7)
This commit is contained in:
committed by
Mergify
parent
a518fc080a
commit
8966c956d5
@@ -663,6 +663,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"):
|
if not self.args.get("sle_id"):
|
||||||
|
|||||||
Reference in New Issue
Block a user