mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix: sider fixes
This commit is contained in:
@@ -119,7 +119,7 @@ frappe.ui.form.on("Timesheet", {
|
|||||||
"label": __("Item Code"),
|
"label": __("Item Code"),
|
||||||
"fieldname": "item_code",
|
"fieldname": "item_code",
|
||||||
"options": "Item"
|
"options": "Item"
|
||||||
}]
|
}];
|
||||||
|
|
||||||
if (!frm.doc.customer) {
|
if (!frm.doc.customer) {
|
||||||
fields.push({
|
fields.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user