+
+ ]}
+ >
{
@@ -68,7 +69,8 @@ export default function InvoiceEnterModalLinesComponent({
required: true,
message: t("general.validation.required"),
},
- ]}>
+ ]}
+ >
-
+ ]}
+ >
+
+ ]}
+ >
{
setFieldsValue({
invoicelines: getFieldsValue(
@@ -122,8 +127,9 @@ export default function InvoiceEnterModalLinesComponent({
required: true,
message: t("general.validation.required"),
},
- ]}>
-
+ ]}
+ >
+
{() => {
@@ -151,7 +157,8 @@ export default function InvoiceEnterModalLinesComponent({
required: true,
message: t("general.validation.required"),
},
- ]}>
+ ]}
+ >
+ valuePropName="checked"
+ name={[field.name, "applicable_taxes", "state"]}
+ >
+ valuePropName="checked"
+ name={[field.name, "applicable_taxes", "local"]}
+ >
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 501385ca3..06306cb68 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -550,6 +550,7 @@
"actions": "Actions",
"discrepancy": "Discrepancy",
"entered_total": "Total of Entered Lines",
+ "enteringcreditmemo": "You are entering a credit memo. Please ensure you are also entering positive values.",
"federal_tax": "Federal Tax",
"invoice_total": "Invoice Total Amount",
"invoices": "Invoices",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 86578d663..d2dc257f6 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -550,6 +550,7 @@
"actions": "",
"discrepancy": "",
"entered_total": "",
+ "enteringcreditmemo": "",
"federal_tax": "",
"invoice_total": "",
"invoices": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index 362999dc6..c0e8e6021 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -550,6 +550,7 @@
"actions": "",
"discrepancy": "",
"entered_total": "",
+ "enteringcreditmemo": "",
"federal_tax": "",
"invoice_total": "",
"invoices": "",