[Koha-cvs] CVS: koha/admin authorised_values.pl,1.6,1.7

Mike Hansen wolfpac444 at users.sourceforge.net
Mon Jun 2 05:56:57 CEST 2003


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");





More information about the Koha-cvs mailing list