From 5fe1fea336abbc130ed49cca7897ba6240dd61a4 Mon Sep 17 00:00:00 2001 From: sushi Date: Thu, 2 Mar 2006 22:43:03 +0000 Subject: [PATCH] transferbook() in Circ2.pm updated, branchtransfers.pl fixed to get correct 'from-branch' value from transferbook(). --- circ/branchtransfers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/branchtransfers.pl b/circ/branchtransfers.pl index 3a471c6160..e7c0a45527 100755 --- a/circ/branchtransfers.pl +++ b/circ/branchtransfers.pl @@ -129,7 +129,7 @@ if ($barcode) { $found = $messages->{'ResFound'}; if ($transfered) { my %item; - my $frbranchcd = $iteminformation->{'holdingbranch'}; + my $frbranchcd = $iteminformation->{'frbranchcd'}; if (not ($found)) { ($color eq $linecolor1) ? ($color=$linecolor2) : ($color=$linecolor1); $item{'color'}=$color; -- 2.39.5