Closed JoshHawley closed 10 years ago
Fixed minor logic error with automatically selecting the next open ID number.
This: if (okid==false) enrollid++;
Changed to this: if (okid==true) enrollid++;
Closing this as it was fixed in the previous merge.
Fixed minor logic error with automatically selecting the next open ID number.
This: if (okid==false) enrollid++;
Changed to this: if (okid==true) enrollid++;