From: pines Date: Tue, 5 Sep 2006 10:16:44 +0000 (+0000) Subject: removing voids from the picture X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=19321c45063d3c93559e911249ec61f8fef07f48;p=Evergreen.git removing voids from the picture git-svn-id: svn://svn.open-ils.org/ILS/trunk@5955 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index acbab0b074..99691e046b 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -139,7 +139,7 @@ - + diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/dbi.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/dbi.pm index 8862d60047..8173290688 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/dbi.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/dbi.pm @@ -126,7 +126,7 @@ #--------------------------------------------------------------------- package money::billable_transaction_summary; - money::billable_transaction_summary->table( 'money.billable_xact_with_void_summary' ); + money::billable_transaction_summary->table( 'money.billable_xact_summary' ); #--------------------------------------------------------------------- package money::open_user_summary;