mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
refactor(FE-208,212,213): add transport-related fields and update form handling in PurchaseOrder forms
This commit is contained in:
@@ -405,12 +405,12 @@ const PurchaseOrderDetail = ({
|
||||
cell: (props) => formatNumber(props.getValue() as number),
|
||||
},
|
||||
{
|
||||
accessorKey: 'price',
|
||||
accessorKey: 'transport_per_item',
|
||||
header: 'Transport /Item',
|
||||
cell: (props) => formatCurrency(props.getValue() as number),
|
||||
},
|
||||
{
|
||||
accessorKey: 'total_price',
|
||||
accessorKey: 'transport_total',
|
||||
header: 'Transport Total',
|
||||
cell: (props) => formatCurrency(props.getValue() as number),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user