This commit is contained in:
2020-08-17 22:03:23 +00:00
parent ed7297188d
commit 611547a7bc

View File

@@ -354,7 +354,7 @@ namespace AyaNova.Biz
case AyaType.UnitMeterReading:
//UnitMeterReadingMultipleExceeded
//case 1254
// This could work as a threshold multiple value, i.e. if it's passing a multiple of 50,000 then notify, or notify every 10,000 or something.
// This is as a threshold multiple value, i.e. if it's passing a multiple of 50,000 then notify, or notify every 10,000 or something.
// In saving code it just checks to see if it has crossed the multiple threshold, i.e. calculate the old multiple, calculate the new multiple if over then send notification immediate.
break;
case AyaType.CustomerServiceRequest: