Closed scott-r closed 2 years ago
Observed once on 12/15/2018.
In dbSaveCurrentClient(), clientData was non-null, but with length != 1. As a result, clientTableRow was not set to any value, so the reference on the following line results in an exception.
Replaced by new implementation
Observed once on 12/15/2018.
In dbSaveCurrentClient(), clientData was non-null, but with length != 1. As a result, clientTableRow was not set to any value, so the reference on the following line results in an exception.