This commit is contained in:
2021-09-09 17:24:31 +00:00
parent 894ce8662d
commit 9c8c08e129
7 changed files with 7 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ namespace AyaNova.Models
//CUSTOMER ACCESS FEATURES AND SETTINGS
public long? CustomerDefaultWorkOrderReportId { get; set; }
public string CustomerServiceRequestInfoHTML { get; set; }
public string CustomerServiceRequestInfoText { get; set; }
public bool CustomerAllowCSR { get; set; }
public List<string> CustomerAllowCSRInTags { get; set; } = new List<string>();