From 19321c45063d3c93559e911249ec61f8fef07f48 Mon Sep 17 00:00:00 2001 From: pines Date: Tue, 5 Sep 2006 10:16:44 +0000 Subject: [PATCH] removing voids from the picture git-svn-id: svn://svn.open-ils.org/ILS/trunk@5955 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/fm_IDL.xml | 2 +- .../src/perlmods/OpenILS/Application/Storage/Driver/Pg/dbi.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.43.2