This commit is contained in:
@@ -24,7 +24,8 @@ namespace AyaNova.Models
|
|||||||
public List<string> Tags { get; set; }
|
public List<string> Tags { get; set; }
|
||||||
|
|
||||||
|
|
||||||
[Url]
|
//cant use these due to import v7 malformed shit adn can't be arsed to deal with that
|
||||||
|
//[Url]
|
||||||
public string WebAddress { get; set; }
|
public string WebAddress { get; set; }
|
||||||
public string PopUpNotes { get; set; }
|
public string PopUpNotes { get; set; }
|
||||||
public bool BillHeadOffice { get; set; }
|
public bool BillHeadOffice { get; set; }
|
||||||
@@ -35,17 +36,17 @@ namespace AyaNova.Models
|
|||||||
public long? ContractID { get; set; }
|
public long? ContractID { get; set; }
|
||||||
public DateTime? ContractExpires { get; set; }
|
public DateTime? ContractExpires { get; set; }
|
||||||
public long? DefaultServiceTemplateID { get; set; }
|
public long? DefaultServiceTemplateID { get; set; }
|
||||||
[Phone]
|
//[Phone]
|
||||||
public string Phone1 { get; set; }
|
public string Phone1 { get; set; }
|
||||||
[Phone]
|
// [Phone]
|
||||||
public string Phone2 { get; set; }
|
public string Phone2 { get; set; }
|
||||||
[Phone]
|
//[Phone]
|
||||||
public string Phone3 { get; set; }
|
public string Phone3 { get; set; }
|
||||||
[Phone]
|
//[Phone]
|
||||||
public string Phone4 { get; set; }
|
public string Phone4 { get; set; }
|
||||||
[Phone]
|
//[Phone]
|
||||||
public string Phone5 { get; set; }
|
public string Phone5 { get; set; }
|
||||||
[EmailAddress]
|
//[EmailAddress]
|
||||||
public string EmailAddress { get; set; }
|
public string EmailAddress { get; set; }
|
||||||
|
|
||||||
//POSTAL ADDRESS
|
//POSTAL ADDRESS
|
||||||
|
|||||||
@@ -12,11 +12,11 @@ namespace AyaNova.Models
|
|||||||
public long TranslationId { get; set; }
|
public long TranslationId { get; set; }
|
||||||
|
|
||||||
//-------------
|
//-------------
|
||||||
[EmailAddress]
|
//[EmailAddress]
|
||||||
public string EmailAddress { get; set; }
|
public string EmailAddress { get; set; }
|
||||||
[Phone]
|
// [Phone]
|
||||||
public string Phone1 { get; set; }
|
public string Phone1 { get; set; }
|
||||||
[Phone]
|
//[Phone]
|
||||||
public string Phone2 { get; set; }
|
public string Phone2 { get; set; }
|
||||||
//in v7 this was pager address so not attributing it with Phone as not sure what would be in that field
|
//in v7 this was pager address so not attributing it with Phone as not sure what would be in that field
|
||||||
public string Phone3 { get; set; }
|
public string Phone3 { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user