mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 12:22:11 +00:00
Fix SalesOrder status display
This commit is contained in:
@@ -120,6 +120,8 @@ export default function SalesOrderDetail() {
|
||||
copy: true
|
||||
},
|
||||
{
|
||||
icon: 'status',
|
||||
value_formatter: () => order.status_custom_key || order.status,
|
||||
type: 'status',
|
||||
name: 'status',
|
||||
label: t`Status`,
|
||||
|
Reference in New Issue
Block a user