fix: add title for translation in asset.js

(cherry picked from commit 61439132a4)
This commit is contained in:
mahsem
2024-12-05 08:37:43 +01:00
committed by Mergify
parent ecc756bd52
commit aed90f73d7

View File

@@ -318,7 +318,7 @@ frappe.ui.form.on("Asset", {
} }
frm.dashboard.render_graph({ frm.dashboard.render_graph({
title: "Asset Value", title: __("Asset Value"),
data: { data: {
labels: x_intervals, labels: x_intervals,
datasets: [ datasets: [