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