[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:50:53 +0000 |
CVSROOT: /cvsroot/koha
Module name: koha
Branch: rel_2_2
Changes by: Mason James <address@hidden> 06/03/02 22:50:53
Modified files:
circ : branchtransfers.pl
Log message:
Oops, bug has already been fixed, reverting back to previous version.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/circ/branchtransfers.pl.diff?only_with_tag=rel_2_2&tr1=1.20.4.7&tr2=1.20.4.8&r1=text&r2=text
Patches:
Index: koha/circ/branchtransfers.pl
diff -u koha/circ/branchtransfers.pl:1.20.4.7
koha/circ/branchtransfers.pl:1.20.4.8
--- koha/circ/branchtransfers.pl:1.20.4.7 Thu Mar 2 22:43:03 2006
+++ koha/circ/branchtransfers.pl Thu Mar 2 22:50:53 2006
@@ -129,7 +129,7 @@
$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;
- [Koha-cvs] koha/circ branchtransfers.pl [rel_2_2],
Mason James <=