IO-1097 add website to bodyshop table
This commit is contained in:
@@ -61,7 +61,6 @@ const JobSearchSelect = (
|
||||
],
|
||||
"id"
|
||||
);
|
||||
console.log("restProps", restProps);
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -416,6 +416,7 @@
|
||||
},
|
||||
"target_touchtime": "",
|
||||
"use_fippa": "",
|
||||
"website": "",
|
||||
"zip_post": ""
|
||||
},
|
||||
"labels": {
|
||||
|
||||
@@ -416,6 +416,7 @@
|
||||
},
|
||||
"target_touchtime": "",
|
||||
"use_fippa": "",
|
||||
"website": "",
|
||||
"zip_post": ""
|
||||
},
|
||||
"labels": {
|
||||
|
||||
Reference in New Issue
Block a user