Added use_fippa for fippa based reports.
This commit is contained in:
@@ -628,6 +628,13 @@ export default function ShopInfoComponent({ form, saveLoading }) {
|
||||
>
|
||||
<InputNumber min={0.1} precision={1} />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t("bodyshop.fields.use_fippa")}
|
||||
name={["use_fippa"]}
|
||||
valuePropName="checked"
|
||||
>
|
||||
<Switch />
|
||||
</Form.Item>
|
||||
</LayoutFormRow>
|
||||
</Collapse.Panel>
|
||||
<Collapse.Panel
|
||||
|
||||
@@ -77,6 +77,7 @@ export const QUERY_BODYSHOP = gql`
|
||||
imexshopid
|
||||
default_adjustment_rate
|
||||
workingdays
|
||||
use_fippa
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
@@ -152,6 +153,7 @@ export const UPDATE_SHOP = gql`
|
||||
imexshopid
|
||||
default_adjustment_rate
|
||||
workingdays
|
||||
use_fippa
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
|
||||
@@ -367,6 +367,7 @@
|
||||
"production_statuses": "Production Statuses"
|
||||
},
|
||||
"target_touchtime": "Target Touch Time",
|
||||
"use_fippa": "Use FIPPA for Names on Generated Documents?",
|
||||
"zip_post": "Zip/Postal Code"
|
||||
},
|
||||
"labels": {
|
||||
|
||||
@@ -367,6 +367,7 @@
|
||||
"production_statuses": ""
|
||||
},
|
||||
"target_touchtime": "",
|
||||
"use_fippa": "",
|
||||
"zip_post": ""
|
||||
},
|
||||
"labels": {
|
||||
|
||||
@@ -367,6 +367,7 @@
|
||||
"production_statuses": ""
|
||||
},
|
||||
"target_touchtime": "",
|
||||
"use_fippa": "",
|
||||
"zip_post": ""
|
||||
},
|
||||
"labels": {
|
||||
|
||||
Reference in New Issue
Block a user