mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: fix make journal.
This commit is contained in:
@@ -74,7 +74,7 @@ function MakeJournalEntriesForm({
|
||||
currency_code: base_currency,
|
||||
}),
|
||||
}),
|
||||
[manualJournal, base_currency, journalNumber],
|
||||
[manualJournal, base_currency, journalNumber, journalAutoIncrement],
|
||||
);
|
||||
|
||||
// Handle the form submiting.
|
||||
|
||||
@@ -34,6 +34,7 @@ export const defaultEntry = {
|
||||
credit: '',
|
||||
debit: '',
|
||||
contact_id: '',
|
||||
branch_id: '',
|
||||
note: '',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user