fix(FE-337): fix finance input and transaction type

This commit is contained in:
randy-ar
2025-12-30 09:25:54 +07:00
parent 7e73c99074
commit 2712821f4e
2 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ export const FINANCE_INITIAL_BALANCE_TYPE_OPTIONS = [
{ label: 'Saldo Awal Negatif', value: 'NEGATIVE' },
];
export const FINANCE_TRANSACTION_STATUS = ['PENJUALAN', 'BIAYA'];
export const FINANCE_TRANSACTION_STATUS = ['PENJUALAN', 'PEMBELIAN'];
export const FINANCE_INITIAL_BALANCE_STATUS = ['SALDO_AWAL'];