This commit is contained in:
@@ -606,7 +606,7 @@ namespace AyaNova.Util
|
||||
c.Name = "Bronze";
|
||||
c.Active = true;
|
||||
c.Notes = "These are notes providing additional information when users view the contract";
|
||||
c.AlertNotes = "These are alert notes displayed on workorders about this contract";
|
||||
c.AlertNotes = "These are alert notes displayed on workorders about this BRONZE contract";
|
||||
c.PartsOverridePct = 5m;
|
||||
c.PartsOverrideType = ContractOverrideType.PriceDiscount;
|
||||
c.ServiceRatesOverridePct = 5m;
|
||||
@@ -641,7 +641,7 @@ namespace AyaNova.Util
|
||||
c.Name = "Silver";
|
||||
c.Active = true;
|
||||
c.Notes = "These are notes providing additional information when users view the contract";
|
||||
c.AlertNotes = "These are alert notes displayed on workorders about this contract";
|
||||
c.AlertNotes = "These are alert notes displayed on workorders about this SILVER contract";
|
||||
c.PartsOverridePct = 10m;
|
||||
c.PartsOverrideType = ContractOverrideType.PriceDiscount;
|
||||
c.ServiceRatesOverridePct = 10m;
|
||||
@@ -676,7 +676,7 @@ namespace AyaNova.Util
|
||||
c.Name = "Gold";
|
||||
c.Active = true;
|
||||
c.Notes = "These are notes providing additional information when users view the contract";
|
||||
c.AlertNotes = "These are alert notes displayed on workorders about this contract";
|
||||
c.AlertNotes = "These are alert notes displayed on workorders about this GOLD contract";
|
||||
c.PartsOverridePct = 15m;
|
||||
c.PartsOverrideType = ContractOverrideType.PriceDiscount;
|
||||
c.ServiceRatesOverridePct = 15m;
|
||||
|
||||
Reference in New Issue
Block a user