mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
refactor!: change "is_subcontracted" field type from "Select" to "Check"
This commit is contained in:
@@ -24,7 +24,7 @@ frappe.ui.form.on('Subcontracting Order', {
|
||||
return {
|
||||
filters: {
|
||||
docstatus: 1,
|
||||
is_subcontracted: "Yes"
|
||||
is_subcontracted: 1
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user