using updated mbts code to fetch summary in xact-closed test
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 27 Nov 2006 16:25:25 +0000 (16:25 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 27 Nov 2006 16:25:25 +0000 (16:25 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6616 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm

index a7f728f..cae1671 100644 (file)
@@ -456,8 +456,7 @@ sub _check_open_xact {
                or return $editor->event;
 
        # grab the summary and see how much is owed on this transaction
-       my $summary = $editor->retrieve_money_billable_transaction_summary($xactid)
-               or return $editor->event;
+       my ($summary) = $U->fetch_mbts($xactid, $editor);
 
        # grab the circulation if it is a circ;
        my $circ = $editor->retrieve_action_circulation($xactid);