Added use_fippa for fippa based reports.

This commit is contained in:
Patrick Fic
2021-02-01 10:41:46 -08:00
parent 10e70230ba
commit bf83ae5779
13 changed files with 342 additions and 0 deletions

View File

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