mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-208): remove 'Jumlah Retur' column from PurchaseOrderDetail for UI simplification
This commit is contained in:
@@ -502,11 +502,6 @@ const PurchaseOrderDetail = ({
|
|||||||
accessorKey: 'sub_qty',
|
accessorKey: 'sub_qty',
|
||||||
cell: (props) => formatNumber(props.getValue() as number),
|
cell: (props) => formatNumber(props.getValue() as number),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
header: 'Jumlah Retur',
|
|
||||||
accessorKey: 'return_qty',
|
|
||||||
cell: (props) => formatNumber((props.getValue() as number) || 0),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
header: 'Ekspedisi',
|
header: 'Ekspedisi',
|
||||||
accessorKey: 'expedition_name',
|
accessorKey: 'expedition_name',
|
||||||
|
|||||||
Reference in New Issue
Block a user