From c5baff6f335a4b43182583d187ee4a5612805dd8 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 14 Jan 2026 15:55:20 +0700 Subject: [PATCH] refactor(FE): Update column headers in CustomerPaymentTab --- .../pages/report/finance/tab/CustomerPaymentTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx b/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx index d60d740a..8e642097 100644 --- a/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx +++ b/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx @@ -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) => {