[fix] label

This commit is contained in:
Rushabh Mehta 2017-09-11 11:04:38 +05:30
parent f8f29677fd
commit f849915c13

View File

@ -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"}