mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
fix: NoneType error when starting job card
This commit is contained in:
@@ -221,6 +221,7 @@ frappe.ui.form.on("Job Card", {
|
||||
label: __("Select Employees"),
|
||||
options: "Job Card Time Log",
|
||||
fieldname: "employees",
|
||||
reqd: 1,
|
||||
filters: {
|
||||
status: "Active",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user