diff --git a/client/src/components/shop-info/shop-info.general.component.jsx b/client/src/components/shop-info/shop-info.general.component.jsx index 97df97c80..acf553bb5 100644 --- a/client/src/components/shop-info/shop-info.general.component.jsx +++ b/client/src/components/shop-info/shop-info.general.component.jsx @@ -429,7 +429,7 @@ export function ShopInfoGeneral({ form, bodyshop }) { diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 342843b64..05219fd5e 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -281,6 +281,7 @@ }, "fields": { "ReceivableCustomField": "QBO Receivable Custom Field {{number}}", + "accumulatePayableLines": "Accumulate Payable Lines", "address1": "Address 1", "address2": "Address 2", "appt_alt_transport": "Appointment Alternative Transportation Options", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 124f78f36..20610391c 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -281,6 +281,7 @@ }, "fields": { "ReceivableCustomField": "", + "accumulatePayableLines": "", "address1": "", "address2": "", "appt_alt_transport": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 726fa4740..76d5bbd1d 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -281,6 +281,7 @@ }, "fields": { "ReceivableCustomField": "", + "accumulatePayableLines": "", "address1": "", "address2": "", "appt_alt_transport": "",