[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/admin authorised_values.pl,1.6,1.7
From: |
Mike Hansen |
Subject: |
[Koha-cvs] CVS: koha/admin authorised_values.pl,1.6,1.7 |
Date: |
Sun, 01 Jun 2003 20:56:57 -0700 |
Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv13343/koha/admin
Modified Files:
authorised_values.pl
Log Message:
Fixed bug #252
Index: authorised_values.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/authorised_values.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** authorised_values.pl 2 Feb 2003 07:18:38 -0000 1.6
--- authorised_values.pl 2 Jun 2003 03:56:53 -0000 1.7
***************
*** 91,94 ****
--- 91,96 ----
if ($searchfield) {
$template->param(action => "Modify authorised value");
+ } elsif ( ! $data->{'category'} ) {
+ $template->param(action => "Add new category");
} else {
$template->param(action => "Add authorised value");
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/admin authorised_values.pl,1.6,1.7,
Mike Hansen <=