mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
Merge branch 'fix/finance' into 'development'
[FIX/FE] Finance See merge request mbugroup/lti-web-client!451
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user