diff --git a/server/AyaNova/models/Unit.cs b/server/AyaNova/models/Unit.cs index 704b8f4b..e24d356e 100644 --- a/server/AyaNova/models/Unit.cs +++ b/server/AyaNova/models/Unit.cs @@ -47,6 +47,8 @@ namespace AyaNova.Models public bool OverrideModelWarranty { get; set; } public int? WarrantyLength { get; set; }//MONTHS public string WarrantyTerms { get; set; } + [NotMapped] + public string WarrantyViz { get; set; } // public bool UsesBanking { get; set; } public long? ContractId { get; set; } [NotMapped]