[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en modbibitem.tmpl,1.3,1.4

Chris Cormack rangi at users.sourceforge.net
Fri Jul 18 10:27:27 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv30744

Modified Files:
	modbibitem.tmpl 
Log Message:
Fixing bug that was stopping being able to assign items to other groups



Index: modbibitem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/modbibitem.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** modbibitem.tmpl	26 Apr 2003 04:41:15 -0000	1.3
--- modbibitem.tmpl	18 Jul 2003 08:27:25 -0000	1.4
***************
*** 82,86 ****
  		<TMPL_LOOP Name="itemloop">
  			<tr valign=top gcolor=#ffffcc>
! 				<td><input type=checkbox name="<TMPL_VAR Name="barcode">"></td>
  				<td><a href="/cgi-bin/koha/moredetail.pl?item="<TMPL_VAR Name="itemnumber">"&bib="<TMPL_VAR Name="biblionumber">"&bi="<TMPL_VAR Name="biblioitemnumber">""><TMPL_VAR Name="barcode"></a></td>
  				<td><TMPL_VAR Name="holdingbranch"></td>
--- 82,86 ----
  		<TMPL_LOOP Name="itemloop">
  			<tr valign=top gcolor=#ffffcc>
! 				<td><input type=checkbox name="check_group_<TMPL_VAR Name="barcode">"></td>
  				<td><a href="/cgi-bin/koha/moredetail.pl?item="<TMPL_VAR Name="itemnumber">"&bib="<TMPL_VAR Name="biblionumber">"&bi="<TMPL_VAR Name="biblioitemnumber">""><TMPL_VAR Name="barcode"></a></td>
  				<td><TMPL_VAR Name="holdingbranch"></td>





More information about the Koha-cvs mailing list