mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +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) =>
|
accessorFn: (finance: Finance) =>
|
||||||
formatDate(finance.payment_date, 'DD MMM YYYY'),
|
formatDate(finance.payment_date, 'DD MMM YYYY'),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
header: 'Tanggal Dibuat',
|
||||||
|
accessorFn: (finance) => formatDate(finance.created_at, 'DD MMM YYYY'),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
header: 'Metode Pembayaran',
|
header: 'Metode Pembayaran',
|
||||||
accessorKey: 'payment_method',
|
accessorKey: 'payment_method',
|
||||||
|
|||||||
Reference in New Issue
Block a user