mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat(invoice): fix invoice currency tag.
This commit is contained in:
@@ -78,7 +78,7 @@ function InvoiceFormProvider({ invoiceId, ...props }) {
|
||||
const isFeatureLoading = isWarehouesLoading || isBranchesLoading;
|
||||
|
||||
// Determines whether the foreign customer.
|
||||
const isForeignCustomer = true;
|
||||
const isForeignCustomer = false;
|
||||
|
||||
// Provider payload.
|
||||
const provider = {
|
||||
|
||||
Reference in New Issue
Block a user