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',
header: 'Tanggal DO/Bayar',
header: 'Tanggal Jual/Bayar',
accessorKey: 'trans_date',
enableSorting: false,
cell: (props) => {
@@ -361,7 +361,7 @@ const CustomerPaymentTab = () => {
},
{
id: 'qty',
header: 'Ekor/Qty',
header: 'Qty',
accessorKey: 'qty',
enableSorting: false,
cell: (props) => {