mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: (*): fix currency code.
This commit is contained in:
@@ -23,6 +23,7 @@ export default function MakeJournalEntriesTable({
|
||||
error,
|
||||
initialLinesNumber = 4,
|
||||
minLinesNumber = 4,
|
||||
currencyCode,
|
||||
}) {
|
||||
const { accounts, customers } = useMakeJournalFormContext();
|
||||
|
||||
@@ -72,7 +73,8 @@ export default function MakeJournalEntriesTable({
|
||||
contact_type: 'customer',
|
||||
})),
|
||||
autoFocus: ['account_id', 0],
|
||||
currencyCode,
|
||||
}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user