IO-1097 add website to bodyshop table

This commit is contained in:
Patrick Fic
2021-05-18 16:22:16 -07:00
parent 2057bd9603
commit 8fefc6169c
14 changed files with 4855 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ const JobSearchSelect = (
],
"id"
);
console.log("restProps", restProps);
return (
<div>

View File

@@ -92,7 +92,9 @@ export default function ShopInfoGeneral({ form }) {
>
<PhoneFormItem />
</Form.Item>
<Form.Item label={t("bodyshop.fields.website")} name="website">
<Input />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.insurance_vendor_id")}
name="insurance_vendor_id"

View File

@@ -86,6 +86,7 @@ export const QUERY_BODYSHOP = gql`
jobsizelimit
md_ccc_rates
enforce_referral
website
employees {
id
active
@@ -169,6 +170,7 @@ export const UPDATE_SHOP = gql`
jobsizelimit
md_ccc_rates
enforce_referral
website
employees {
id
first_name

View File

@@ -416,6 +416,7 @@
},
"target_touchtime": "Target Touch Time",
"use_fippa": "Use FIPPA for Names on Generated Documents?",
"website": "Website",
"zip_post": "Zip/Postal Code"
},
"labels": {

View File

@@ -416,6 +416,7 @@
},
"target_touchtime": "",
"use_fippa": "",
"website": "",
"zip_post": ""
},
"labels": {

View File

@@ -416,6 +416,7 @@
},
"target_touchtime": "",
"use_fippa": "",
"website": "",
"zip_post": ""
},
"labels": {