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