This commit is contained in:
@@ -1100,7 +1100,7 @@ namespace AyaNova.Biz
|
||||
|
||||
#region QUOTE
|
||||
{
|
||||
|
||||
|
||||
//QUOTE
|
||||
List<FormField> l = new List<FormField>();
|
||||
|
||||
@@ -1360,7 +1360,13 @@ namespace AyaNova.Biz
|
||||
}
|
||||
#endregion quote
|
||||
|
||||
|
||||
#region QuoteStatus
|
||||
{
|
||||
List<FormField> l = new List<FormField>();
|
||||
l.Add(new FormField { TKey = "StatusNotes", FieldKey = "StatusNotes" });
|
||||
_formFields.Add(AyaType.QuoteStatus.ToString(), l);
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region WorkOrderStatus
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user