mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
chore: add Cancelled status in SCO get_indicator
This commit is contained in:
@@ -11,6 +11,7 @@ frappe.listview_settings['Subcontracting Order'] = {
|
|||||||
"Partial Material Transferred": "purple",
|
"Partial Material Transferred": "purple",
|
||||||
"Material Transferred": "blue",
|
"Material Transferred": "blue",
|
||||||
"Closed": "red",
|
"Closed": "red",
|
||||||
|
"Cancelled": "red",
|
||||||
};
|
};
|
||||||
return [__(doc.status), status_colors[doc.status], "status,=," + doc.status];
|
return [__(doc.status), status_colors[doc.status], "status,=," + doc.status];
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user