mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Update column headers in CustomerPaymentTab
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user