[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. b69a8f5aaad71c536c08f4bd043d764ae8439b44

Evergreen Git git at git.evergreen-ils.org
Thu Aug 1 10:42:35 EDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_2 has been updated
       via  b69a8f5aaad71c536c08f4bd043d764ae8439b44 (commit)
      from  3d444cd2e46070a04382eb2f05ce65d27956115b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b69a8f5aaad71c536c08f4bd043d764ae8439b44
Author: Geoff Sams <gsams at roanoketexas.com>
Date:   Wed Mar 6 20:54:15 2019 -0600

    LP1681930 fm_IDL.xml billing/paid total column type correction.
    
    Both xact_billing_totals and xact_paid_totals had incorrect unvoided
    sum column types of int, this corrects them both to money instead.
    
    Signed-off-by: Geoff Sams <gsams at roanoketexas.com>
    Signed-off-by: Rogan Hamby <rogan.hamby at gmail.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index f8fc0eaad0..bb6e62396f 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -10250,7 +10250,7 @@ SELECT  usr,
 	<class id="rxbt" controller="open-ils.reporter-store" oils_obj:fieldmapper="reporter::xact_billing_totals" oils_persist:tablename="reporter.xact_billing_totals" reporter:label="Transaction Billing Totals">
 		<fields oils_persist:primary="xact">
 			<field reporter:label="Transaction ID" name="xact" reporter:datatype="int" />
-			<field reporter:label="Unvoided Billing Amount" name="unvoided" reporter:datatype="int" />
+			<field reporter:label="Unvoided Billing Amount" name="unvoided" reporter:datatype="money" />
 			<field reporter:label="Voided Billing Amount" name="voided" reporter:datatype="money"/>
 			<field reporter:label="Total Billing Amount" name="total" reporter:datatype="money"/>
 		</fields>
@@ -10261,7 +10261,7 @@ SELECT  usr,
 	<class id="rxpt" controller="open-ils.reporter-store" oils_obj:fieldmapper="reporter::xact_paid_totals" oils_persist:tablename="reporter.xact_paid_totals" reporter:label="Transaction Paid Totals">
 		<fields oils_persist:primary="xact">
 			<field reporter:label="Transaction ID" name="xact" reporter:datatype="int" />
-			<field reporter:label="Unvoided Paid Amount" name="unvoided" reporter:datatype="int" />
+			<field reporter:label="Unvoided Paid Amount" name="unvoided" reporter:datatype="money" />
 			<field reporter:label="Voided (Returned) Paid Amount" name="voided" reporter:datatype="money"/>
 			<field reporter:label="Total Paid Amount" name="total" reporter:datatype="money"/>
 		</fields>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/fm_IDL.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list