[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha request.pl [dev_week]
From: |
Kyle Hall |
Subject: |
[Koha-cvs] koha request.pl [dev_week] |
Date: |
Thu, 17 Apr 2008 12:42:08 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Kyle Hall <kylemhall> 08/04/17 12:42:08
Modified files:
. : request.pl
Log message:
Made logged in branch the default selected branch for the pickup
location.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/request.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.28.2.4.2.4&r2=1.28.2.4.2.5
Patches:
Index: request.pl
===================================================================
RCS file: /sources/koha/koha/Attic/request.pl,v
retrieving revision 1.28.2.4.2.4
retrieving revision 1.28.2.4.2.5
diff -u -b -r1.28.2.4.2.4 -r1.28.2.4.2.5
--- request.pl 31 Oct 2007 12:14:21 -0000 1.28.2.4.2.4
+++ request.pl 17 Apr 2008 12:42:08 -0000 1.28.2.4.2.5
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: request.pl,v 1.28.2.4.2.4 2007/10/31 12:14:21 kylemhall Exp $
+# $Id: request.pl,v 1.28.2.4.2.5 2008/04/17 12:42:08 kylemhall Exp $
#script to place reserves/requests
#writen 2/1/00 by address@hidden
@@ -247,6 +247,7 @@
}
my $CGIbranch=CGI::scrolling_list( -name => 'pickup',
-values => address@hidden,
+ -default => $input->cookie("branch"),
-labels => \%select_branches,
-size => 1,
-multiple => 0 );
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha request.pl [dev_week],
Kyle Hall <=