fix(FE): fixing laporan ledger debt supplier

This commit is contained in:
randy-ar
2026-01-14 10:40:54 +07:00
parent d34413fa3a
commit ba679865c4
5 changed files with 172 additions and 108 deletions
@@ -8,16 +8,16 @@ const FinanceTabs = () => {
const tabs = [
{
id: '1',
label: 'Kontrol Pembayaran Customer',
content: <CustomerPaymentTab />,
},
{
id: '2',
label: 'Rekapitulasi Hutang Ke Supplier',
content: <DebtSupplierTab />,
},
{
id: '2',
label: 'Kontrol Pembayaran Customer',
content: <CustomerPaymentTab />,
},
];
return (