koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/acqui newbiblio.pl


From: Antoine Farnault
Subject: [Koha-cvs] koha/acqui newbiblio.pl
Date: Tue, 01 Aug 2006 08:29:36 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/08/01 08:29:36

Modified files:
        acqui          : newbiblio.pl 

Log message:
        $selected deleted.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/newbiblio.pl?cvsroot=koha&r1=1.34&r2=1.35

Patches:
Index: newbiblio.pl
===================================================================
RCS file: /sources/koha/koha/acqui/newbiblio.pl,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- newbiblio.pl        27 Jul 2006 14:20:39 -0000      1.34
+++ newbiblio.pl        1 Aug 2006 08:29:36 -0000       1.35
@@ -177,10 +177,8 @@
 my $branches = GetBranches;
 my @branchloop;
 foreach my $thisbranch ( sort keys %$branches ) {
-     my $selected = 1 if $thisbranch eq $branch;
      my %row = (
         value      => $thisbranch,
-        selected => $selected,
         branchname => $branches->{$thisbranch}->{'branchname'},
     );
     push @branchloop, \%row;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]