Billing/Accounting Bug Fixes

bradymiller wrote on Saturday, July 28, 2012:

Hi,

Here are some miscellaneous billing/accounting bug fixes (most are related to the copays now being stored in the ar_activity table rather than the billing table):
http://github.com/bradymiller/openemr/commit/c400db51f3304e2dadae92046a21cc8265c64402

Please review.

Summary:
Fixing accounting/billing bugs
-Fees->Checkout now show copays that are stored in the ar_activity table
-Avoid internationalization problems (no reason to run code and modifier through strtoupper() function)
-Billing table no longer holds COPAYs (now in ar_activity table), so modified code to support this
-Some code cleanup and function modularization

-brady
OpenEMR

bradymiller wrote on Tuesday, July 31, 2012:

Hi,
Committed this fix to sourceforge (both master and rel-411).
-brady
OpenEMR