mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
refactor(FE): Show expedition vendor name in order detail
This commit is contained in:
@@ -583,7 +583,7 @@ const PurchaseOrderDetail = ({
|
||||
{
|
||||
header: 'Ekspedisi',
|
||||
accessorKey: 'expedition_name',
|
||||
cell: (props) => '-',
|
||||
cell: (props) => props.row.original.expedition_vendor.name || '-',
|
||||
},
|
||||
{
|
||||
header: 'Transport /Item',
|
||||
|
||||
Reference in New Issue
Block a user