mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #2411 from SchrodingersGat/status-colors
Use different colors for "pending" orders status
This commit is contained in:
commit
9511a66634
@ -107,7 +107,7 @@ class PurchaseOrderStatus(StatusCode):
|
||||
}
|
||||
|
||||
colors = {
|
||||
PENDING: 'primary',
|
||||
PENDING: 'secondary',
|
||||
PLACED: 'primary',
|
||||
COMPLETE: 'success',
|
||||
CANCELLED: 'danger',
|
||||
@ -147,7 +147,7 @@ class SalesOrderStatus(StatusCode):
|
||||
}
|
||||
|
||||
colors = {
|
||||
PENDING: 'primary',
|
||||
PENDING: 'secondary',
|
||||
SHIPPED: 'success',
|
||||
CANCELLED: 'danger',
|
||||
LOST: 'warning',
|
||||
|
Loading…
Reference in New Issue
Block a user