fix: use inline formatting for link filter values (#36134)
This commit is contained in:
parent
cc7e7fe1bf
commit
42a4319ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue