From f6b7ca486da6d429090581f2aae14a8f71c0fe4b Mon Sep 17 00:00:00 2001 From: sushi Date: Thu, 2 Mar 2006 22:50:53 +0000 Subject: [PATCH] Oops, bug has already been fixed, reverting back to previous version. --- circ/branchtransfers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/branchtransfers.pl b/circ/branchtransfers.pl index e7c0a45527..3a471c6160 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->{'frbranchcd'}; + my $frbranchcd = $iteminformation->{'holdingbranch'}; if (not ($found)) { ($color eq $linecolor1) ? ($color=$linecolor2) : ($color=$linecolor1); $item{'color'}=$color; -- 2.39.5