This commit is contained in:
2020-11-27 21:48:51 +00:00
parent 95cee6baf3
commit ed4c6f4b24
2 changed files with 6 additions and 6 deletions

View File

@@ -134,13 +134,13 @@ namespace AyaNova.Biz
l.Add(new AyaFormFieldDefinition { TKey = "WebAddress", FieldKey = "WebAddress" });
l.Add(new AyaFormFieldDefinition { TKey = "CustomerPopUpNotes", FieldKey = "PopUpNotes" });
l.Add(new AyaFormFieldDefinition { TKey = "CustomerBillHeadOffice", FieldKey = "BillHeadOffice" });
l.Add(new AyaFormFieldDefinition { TKey = "HeadOffice", FieldKey = "HeadOfficeID" });
l.Add(new AyaFormFieldDefinition { TKey = "HeadOffice", FieldKey = "HeadOfficeId" });
l.Add(new AyaFormFieldDefinition { TKey = "CustomerTechNotes", FieldKey = "TechNotes" });
l.Add(new AyaFormFieldDefinition { TKey = "CustomerAccountNumber", FieldKey = "AccountNumber" });
l.Add(new AyaFormFieldDefinition { TKey = "UsesBanking", FieldKey = "UsesBanking" });
l.Add(new AyaFormFieldDefinition { TKey = "Contract", FieldKey = "ContractID" });
l.Add(new AyaFormFieldDefinition { TKey = "Contract", FieldKey = "ContractId" });
l.Add(new AyaFormFieldDefinition { TKey = "ContractExpires", FieldKey = "ContractExpires" });
l.Add(new AyaFormFieldDefinition { TKey = "WorkOrderTemplate", FieldKey = "DefaultServiceTemplateID" });
l.Add(new AyaFormFieldDefinition { TKey = "WorkOrderTemplate", FieldKey = "DefaultServiceTemplateId" });
l.Add(new AyaFormFieldDefinition { TKey = "CustomerPhone1", FieldKey = "Phone1" });
l.Add(new AyaFormFieldDefinition { TKey = "CustomerPhone2", FieldKey = "Phone2" });
l.Add(new AyaFormFieldDefinition { TKey = "CustomerPhone3", FieldKey = "Phone3" });

View File

@@ -29,13 +29,13 @@ namespace AyaNova.Models
public string WebAddress { get; set; }
public string PopUpNotes { get; set; }
public bool BillHeadOffice { get; set; }
public long? HeadOfficeID { get; set; }
public long? HeadOfficeId { get; set; }
public string TechNotes { get; set; }
public string AccountNumber { get; set; }
public bool UsesBanking { get; set; }
public long? ContractID { get; set; }
public long? ContractId { get; set; }
public DateTime? ContractExpires { get; set; }
public long? DefaultServiceTemplateID { get; set; }
public long? DefaultServiceTemplateId { get; set; }
//[Phone]
public string Phone1 { get; set; }
// [Phone]