typo on mbt object retrieval method
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Sep 2009 20:38:49 +0000 (20:38 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Sep 2009 20:38:49 +0000 (20:38 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14239 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index d82c509..5ece326 100644 (file)
@@ -2485,7 +2485,7 @@ sub checkin_flesh_events {
     if($self->circ) {
         # if we checked in a circulation, flesh the billing summary data
         $self->circ->billable_transaction(
-            $self->editor->retrieve_billable_transaction([
+            $self->editor->retrieve_money_billable_transaction([
                 $self->circ->id,
                 {flesh => 1, flesh_fields => {mbt => ['summary']}}
             ])