feat(invoice): fix invoice currency tag.

This commit is contained in:
elforjani13
2022-02-14 12:06:58 +02:00
parent 9f466ba4df
commit bd63e35489
5 changed files with 89 additions and 66 deletions

View File

@@ -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 = {