Added phone number to shop information BOD-400
This commit is contained in:
@@ -21,6 +21,7 @@ import ShopInfoROStatusComponent from "./shop-info.rostatus.component";
|
||||
import ShopInfoSchedulingComponent from "./shop-info.scheduling.component";
|
||||
import ShopInfoSpeedPrint from "./shop-info.speedprint.component";
|
||||
import ShopInfoLaborRates from "./shop-info.laborrates.component";
|
||||
import PhoneFormItem from "../form-items-formatted/phone-form-item.component";
|
||||
|
||||
export default function ShopInfoComponent({ form, saveLoading }) {
|
||||
const { t } = useTranslation();
|
||||
@@ -58,6 +59,9 @@ export default function ShopInfoComponent({ form, saveLoading }) {
|
||||
<Form.Item label={t("bodyshop.fields.email")} name="email">
|
||||
<Input />
|
||||
</Form.Item>
|
||||
<Form.Item label={t("bodyshop.fields.phone")} name="phone">
|
||||
<PhoneFormItem />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t("bodyshop.fields.federal_tax_id")}
|
||||
name="federal_tax_id"
|
||||
|
||||
@@ -29,6 +29,7 @@ export const QUERY_BODYSHOP = gql`
|
||||
country
|
||||
created_at
|
||||
email
|
||||
phone
|
||||
federal_tax_id
|
||||
id
|
||||
insurance_vendor_id
|
||||
@@ -97,6 +98,7 @@ export const UPDATE_SHOP = gql`
|
||||
country
|
||||
created_at
|
||||
email
|
||||
phone
|
||||
federal_tax_id
|
||||
id
|
||||
insurance_vendor_id
|
||||
|
||||
@@ -113,6 +113,7 @@
|
||||
"noteslabel": "Note Label",
|
||||
"notestext": "Note Text",
|
||||
"partslocation": "Parts Location",
|
||||
"phone": "Phone",
|
||||
"prodtargethrs": "Production Target Hours",
|
||||
"rbac": {
|
||||
"accounting": {
|
||||
|
||||
@@ -113,6 +113,7 @@
|
||||
"noteslabel": "",
|
||||
"notestext": "",
|
||||
"partslocation": "",
|
||||
"phone": "",
|
||||
"prodtargethrs": "",
|
||||
"rbac": {
|
||||
"accounting": {
|
||||
|
||||
@@ -113,6 +113,7 @@
|
||||
"noteslabel": "",
|
||||
"notestext": "",
|
||||
"partslocation": "",
|
||||
"phone": "",
|
||||
"prodtargethrs": "",
|
||||
"rbac": {
|
||||
"accounting": {
|
||||
|
||||
Reference in New Issue
Block a user