IO-1755 Add tax number to owner.

This commit is contained in:
Patrick Fic
2022-07-19 13:14:22 -07:00
parent 385de3eaaa
commit 179147dc4e
12 changed files with 76 additions and 5 deletions

View File

@@ -1937,6 +1937,7 @@
},
"errors": {
"noaccess": "The record does not exist or you do not have access to it. ",
"saving": "Error saving owner. {{error}}.",
"selectexistingornew": "Select an existing owner record or create a new one. "
},
"fields": {
@@ -1957,7 +1958,8 @@
"ownr_st": "Province/State",
"ownr_title": "Title",
"ownr_zip": "Zip/Postal Code",
"preferred_contact": "Preferred Contact Method"
"preferred_contact": "Preferred Contact Method",
"tax_number": "Tax Number"
},
"forms": {
"address": "Address",

View File

@@ -1937,6 +1937,7 @@
},
"errors": {
"noaccess": "El registro no existe o no tiene acceso a él.",
"saving": "",
"selectexistingornew": ""
},
"fields": {
@@ -1957,7 +1958,8 @@
"ownr_st": "Provincia del estado",
"ownr_title": "Título",
"ownr_zip": "código postal",
"preferred_contact": "Método de Contacto Preferido"
"preferred_contact": "Método de Contacto Preferido",
"tax_number": ""
},
"forms": {
"address": "",

View File

@@ -1937,6 +1937,7 @@
},
"errors": {
"noaccess": "L'enregistrement n'existe pas ou vous n'y avez pas accès.",
"saving": "",
"selectexistingornew": ""
},
"fields": {
@@ -1957,7 +1958,8 @@
"ownr_st": "Etat / Province",
"ownr_title": "Titre",
"ownr_zip": "Zip / code postal",
"preferred_contact": "Méthode de contact préférée"
"preferred_contact": "Méthode de contact préférée",
"tax_number": ""
},
"forms": {
"address": "",