This commit is contained in:
2022-07-02 23:11:05 +00:00
parent 60acbf9837
commit a02f64a216
2 changed files with 2 additions and 1 deletions

View File

@@ -229,7 +229,7 @@ namespace AyaNovaQBI
//_MostLikelyRateUnitChargeDescriptionID = 0; //_MostLikelyRateUnitChargeDescriptionID = 0;
foreach (var i in util.AyaServiceRateList) foreach (var i in util.AyaTravelRateList)
{ {
if (i.Active) if (i.Active)
{ {

View File

@@ -2,3 +2,4 @@
Test persisted form settings for server url (ONCE POSTED NEW BUILD OF AYANOVA TO TEST SERVER) Test persisted form settings for server url (ONCE POSTED NEW BUILD OF AYANOVA TO TEST SERVER)
Docs should not refer to autoclose anymore, it's status driven now Docs should not refer to autoclose anymore, it's status driven now
map - parts are only showing part number making it hella hard to identify, should use picklist format instead