mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
feat(FE-177): Integrate API sales order and fixing sales order initial state
This commit is contained in:
@@ -215,7 +215,7 @@ const SalesOrderTable = () => {
|
||||
),
|
||||
},
|
||||
{
|
||||
accessorKey: 'name',
|
||||
accessorKey: 'so_number',
|
||||
header: 'No. Order',
|
||||
},
|
||||
{
|
||||
@@ -226,7 +226,7 @@ const SalesOrderTable = () => {
|
||||
},
|
||||
},
|
||||
{
|
||||
accessorKey: 'approval.step_name',
|
||||
accessorKey: 'latest_approval.step_name',
|
||||
header: 'Status',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user