[Koha-cvs] koha/acqui neworderempty.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Jan 9 10:15:59 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/09 09:15:59

Modified files:
	acqui          : neworderempty.pl 

Log message:
	sync with dev_week.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/neworderempty.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: neworderempty.pl
===================================================================
RCS file: /sources/koha/koha/acqui/neworderempty.pl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- neworderempty.pl	22 Dec 2006 15:02:56 -0000	1.1.2.5
+++ neworderempty.pl	9 Jan 2007 09:15:59 -0000	1.1.2.6
@@ -169,6 +169,7 @@
     -default  => $data->{'itemtype'},
     -labels   => \%itemtypesloop,
     -size     => 1,
+	-tabindex=>'',
     -multiple => 0
 );
 
@@ -206,6 +207,7 @@
     -default  => $data->{'bookfundid'},
     -labels   => \%select_bookfunds,
     -size     => 1,
+	-tabindex=>'',
     -multiple => 0
 );
 





More information about the Koha-cvs mailing list