[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ branchtransfers.pl [rel_2_2]
From: |
Mason James |
Subject: |
[Koha-cvs] koha/circ branchtransfers.pl [rel_2_2] |
Date: |
Thu, 02 Mar 2006 22:43:03 +0000 |
CVSROOT: /cvsroot/koha
Module name: koha
Branch: rel_2_2
Changes by: Mason James <address@hidden> 06/03/02 22:43:03
Modified files:
circ : branchtransfers.pl
Log message:
transferbook() in Circ2.pm updated, branchtransfers.pl fixed to get
correct 'from-branch' value from transferbook().
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/circ/branchtransfers.pl.diff?only_with_tag=rel_2_2&tr1=1.20.4.6&tr2=1.20.4.7&r1=text&r2=text
Patches:
Index: koha/circ/branchtransfers.pl
diff -u koha/circ/branchtransfers.pl:1.20.4.6
koha/circ/branchtransfers.pl:1.20.4.7
--- koha/circ/branchtransfers.pl:1.20.4.6 Sun Feb 5 21:59:21 2006
+++ koha/circ/branchtransfers.pl Thu Mar 2 22:43:03 2006
@@ -129,7 +129,7 @@
$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;