fix: use inline formatting for link filter values (#36134)

This commit is contained in:
Raffael Meyer 2026-01-20 17:08:44 +01:00 committed by GitHub
parent cc7e7fe1bf
commit 42a4319ee7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -600,7 +600,7 @@ frappe.ui.form.ControlLink = class ControlLink extends frappe.ui.form.ControlDat
}
// Numbers, dates, etc. - not translated, not quoted
return frappe.format(val, docfield || {});
return frappe.format(val, docfield || {}, { inline: true });
}
async function describe_filter(filter) {