fix: show chart tooltip in report currency
This commit is contained in:
parent
28c73fac8e
commit
fc0e37d52c
1 changed files with 1 additions and 1 deletions
|
|
@ -1046,7 +1046,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
||||||
frappe.format(d, {
|
frappe.format(d, {
|
||||||
fieldtype: options.fieldtype,
|
fieldtype: options.fieldtype,
|
||||||
options: options.options,
|
options: options.options,
|
||||||
}),
|
}, options.options, options),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
options.axisOptions = {
|
options.axisOptions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue