From: miker Date: Wed, 6 Sep 2006 05:20:47 +0000 (+0000) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=02b31d24ad77e93e3f3fc132a1e5adf959091cf4;p=Evergreen.git typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@5977 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 88f2542364..5678cb6c10 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -1863,8 +1863,8 @@ 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); + $x->xact_type( 'grocery' ) if ($x->grocery); + $x->xact_type( 'circulation' ) if ($x->circulation); push @mbts, $x; }