mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +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',
|
||||
cell: (props) => formatNumber(props.getValue() as number),
|
||||
},
|
||||
{
|
||||
header: 'Jumlah Retur',
|
||||
accessorKey: 'return_qty',
|
||||
cell: (props) => formatNumber((props.getValue() as number) || 0),
|
||||
},
|
||||
{
|
||||
header: 'Ekspedisi',
|
||||
accessorKey: 'expedition_name',
|
||||
|
||||
Reference in New Issue
Block a user