Upon Recalc, Check for NULL Values in tblGLDetail and Fix them

Issue No: GL-3152
Created 1/24/2017 8:21:25 AM
Type Feature
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 17.1
Description When we have NULL values in tblGLDetail.dblDebit and tblGLDetail.dblCredit, these records are not written to tblGLSummary correctly.   Also when we run the recalc, it will not complete because there are NULL values.   *Feature:*   * Remove the error where it says there are NULL values in tblGLDetail and cannot recalc * Append the procedure to look for NULL values, then change them to 0 in tblGLDetail * This should only apply to dblDebit and dblCredit