From f849915c13c6e8b3627595fcd1048d93fc12f05e Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 11 Sep 2017 11:04:38 +0530 Subject: [PATCH] [fix] label --- erpnext/projects/doctype/timesheet/timesheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/projects/doctype/timesheet/timesheet.js b/erpnext/projects/doctype/timesheet/timesheet.js index 62ae1ed62b..ba1414cf2a 100644 --- a/erpnext/projects/doctype/timesheet/timesheet.js +++ b/erpnext/projects/doctype/timesheet/timesheet.js @@ -58,7 +58,7 @@ frappe.ui.form.on("Timesheet", { make_invoice: function(frm) { let dialog = new frappe.ui.Dialog({ - title: __("For Item"), + title: __("Select Item (optional)"), fields: [ {"fieldtype": "Link", "label": __("Item Code"), "fieldname": "item_code", "options":"Item"}, {"fieldtype": "Link", "label": __("Customer"), "fieldname": "customer", "options":"Customer"}