koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.3,1.4


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.3,1.4
Date: Sat, 12 Oct 2002 11:57:44 -0700

Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv18741

Modified Files:
        selectbranchprinter.pl 
Log Message:
(bug workaround): Commented out some code that removes everything from
the list of branches the user can select.
Added some FIXME comments.


Index: selectbranchprinter.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/selectbranchprinter.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** selectbranchprinter.pl      14 Aug 2002 18:12:53 -0000      1.3
--- selectbranchprinter.pl      12 Oct 2002 18:57:41 -0000      1.4
***************
*** 69,73 ****
  foreach (keys %$branches) {
      (next) unless ($_);
!     (next) unless ($branches->{$_}->{'IS'});
      $branchcount++;
      my $selected='';
--- 69,79 ----
  foreach (keys %$branches) {
      (next) unless ($_);
!     # FIXME - What is this "IS" field? I suspect it's a leftover from
!     # some previous iteration of the code, and means "this is a branch
!     # that does issues". But it never gets set, so no branches ever
!     # get selected, and the user can't choose a branch.
!     # FIXME - Also, shouldn't librarians be able to select any branch,
!     # not just ones that handle issues?
! #    (next) unless ($branches->{$_}->{'IS'});
      $branchcount++;
      my $selected='';




reply via email to

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