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