Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cash): remove fault SQL exception handlers
This commit removes problematic SQL exception handlers from the CalculateCashInvoiceBalances() stored procedure. All exception handling should be done with the `db.transaction()` framework ... having these extra handler in the SQL code led to confusing error messages when strict mode throws exceptions. With these exceptions removed, and the Vanga database re-created, the issues posting USD cash payments disappears. Closes Third-Culture-Software#1445.
- Loading branch information