mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: (*): fix currency code.
This commit is contained in:
@@ -15,6 +15,7 @@ import { compose, updateTableRow } from 'utils';
|
||||
export default function PaymentReceiveItemsTable({
|
||||
entries,
|
||||
onUpdateData,
|
||||
currencyCode
|
||||
}) {
|
||||
// Payment receive form context.
|
||||
const {
|
||||
@@ -52,6 +53,7 @@ export default function PaymentReceiveItemsTable({
|
||||
payload={{
|
||||
errors: [],
|
||||
updateData: handleUpdateData,
|
||||
currencyCode
|
||||
}}
|
||||
noResults={noResultsMessage}
|
||||
footer={true}
|
||||
|
||||
Reference in New Issue
Block a user