Merge branch 'fix/finance' into 'development'

[FIX/FE] Finance

See merge request mbugroup/lti-web-client!451
This commit is contained in:
Rivaldi A N S
2026-04-30 04:40:54 +00:00
@@ -586,10 +586,14 @@ const FinanceTable = () => {
},
},
{
header: 'Tanggal',
header: 'Tanggal Pembayaran',
accessorFn: (finance: Finance) =>
formatDate(finance.payment_date, 'DD MMM YYYY'),
},
{
header: 'Tanggal Dibuat',
accessorFn: (finance) => formatDate(finance.created_at, 'DD MMM YYYY'),
},
{
header: 'Metode Pembayaran',
accessorKey: 'payment_method',