mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 13:12:22 +01:00
Merge pull request #53377 from frappe/asset-repair-show-general-ledger
fix: use completion_date not posting date
This commit is contained in:
@@ -131,7 +131,7 @@ frappe.ui.form.on("Asset Repair", {
|
||||
function () {
|
||||
frappe.route_options = {
|
||||
voucher_no: frm.doc.name,
|
||||
from_date: frm.doc.posting_date,
|
||||
from_date: moment(frm.doc.completion_date).format("YYYY-MM-DD"),
|
||||
to_date: moment(frm.doc.modified).format("YYYY-MM-DD"),
|
||||
company: frm.doc.company,
|
||||
categorize_by: "",
|
||||
|
||||
Reference in New Issue
Block a user