Skip to content

Commit

Permalink
Merge pull request #33804 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-33797

chore: add `Cancelled` status in SCO `get_indicator` (backport #33797)
  • Loading branch information
s-aga-r authored Jan 24, 2023
2 parents c928816 + 5f6979d commit e534e27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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];
},
Expand Down

0 comments on commit e534e27

Please sign in to comment.