mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Merge pull request #2411 from SchrodingersGat/status-colors
Use different colors for "pending" orders status
This commit is contained in:
		| @@ -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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user