From: miker Date: Wed, 6 Sep 2006 05:25:13 +0000 (+0000) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9edfe3acdaa353b4fa33d337eb20289d7309beaf;p=Evergreen.git typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@5978 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm index 5678cb6c10..bee5d2fa8f 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -1863,10 +1863,10 @@ sub user_transaction_history { $s->balance_owed( $s->total_owed - $s->total_paid ); - $x->xact_type( 'grocery' ) if ($x->grocery); - $x->xact_type( 'circulation' ) if ($x->circulation); + $s->xact_type( 'grocery' ) if ($x->grocery); + $s->xact_type( 'circulation' ) if ($x->circulation); - push @mbts, $x; + push @mbts, $s; }