IO-969 Phonebook insert error fix.

This commit is contained in:
Patrick Fic
2021-04-29 11:29:26 -07:00
parent 1bda972094
commit 4982e3ce4e
7 changed files with 60 additions and 60 deletions

View File

@@ -1623,6 +1623,8 @@
"saving": "Error saving phonebook entry. {{error}}"
},
"fields": {
"address1": "Street 1",
"address2": "Street 2",
"category": "Category",
"city": "City",
"company": "Company",
@@ -1633,9 +1635,7 @@
"lastname": "Last Name",
"phone1": "Phone 1",
"phone2": "Phone 2",
"state": "state",
"street1": "Street 1",
"street2": "Street 2"
"state": "state"
},
"labels": {
"vendorcategory": "Vendor"

View File

@@ -1623,6 +1623,8 @@
"saving": ""
},
"fields": {
"address1": "",
"address2": "",
"category": "",
"city": "",
"company": "",
@@ -1633,9 +1635,7 @@
"lastname": "",
"phone1": "",
"phone2": "",
"state": "",
"street1": "",
"street2": ""
"state": ""
},
"labels": {
"vendorcategory": ""

View File

@@ -1623,6 +1623,8 @@
"saving": ""
},
"fields": {
"address1": "",
"address2": "",
"category": "",
"city": "",
"company": "",
@@ -1633,9 +1635,7 @@
"lastname": "",
"phone1": "",
"phone2": "",
"state": "",
"street1": "",
"street2": ""
"state": ""
},
"labels": {
"vendorcategory": ""