From 02b31d24ad77e93e3f3fc132a1e5adf959091cf4 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 6 Sep 2006 05:20:47 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@5977 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Actor.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.43.2