refactor(FE): Update column headers in CustomerPaymentTab

This commit is contained in:
rstubryan
2026-01-14 15:55:20 +07:00
parent ab2175d903
commit c5baff6f33
@@ -307,7 +307,7 @@ const CustomerPaymentTab = () => {
}, },
{ {
id: 'do_date_or_payment_date', id: 'do_date_or_payment_date',
header: 'Tanggal DO/Bayar', header: 'Tanggal Jual/Bayar',
accessorKey: 'trans_date', accessorKey: 'trans_date',
enableSorting: false, enableSorting: false,
cell: (props) => { cell: (props) => {
@@ -361,7 +361,7 @@ const CustomerPaymentTab = () => {
}, },
{ {
id: 'qty', id: 'qty',
header: 'Ekor/Qty', header: 'Qty',
accessorKey: 'qty', accessorKey: 'qty',
enableSorting: false, enableSorting: false,
cell: (props) => { cell: (props) => {