mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 23:07:41 +00:00
[fix] label
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user