[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple additem.tmpl,1.10,1.11

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 4 15:04:14 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory sc8-pr-cvs1:/tmp/cvs-serv32155/koha-tmpl/intranet-tmpl/default/en/acqui.simple

Modified Files:
	additem.tmpl 
Log Message:
fix for 565 : item barcode not checked unique

Index: additem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** additem.tmpl	5 Jun 2003 14:17:53 -0000	1.10
--- additem.tmpl	4 Sep 2003 13:04:12 -0000	1.11
***************
*** 25,28 ****
--- 25,29 ----
  <br />
  <center>
+ 
  <DIV name="10XX" id="10XX">
  <table border=1 cellspacing=0 cellpadding=5 width=80%>
***************
*** 44,47 ****
--- 45,49 ----
  </DIV>
  <br /><br />
+ 
  <table border=1 cellspacing=0 cellpadding=5 width=80%>
  	<tr  background="<TMPL_VAR name="themelang">/images/background-mem.gif">
***************
*** 64,67 ****
--- 66,72 ----
  </table>
  <input type="hidden" name="itemnum" value="<TMPL_VAR name="itemnum">">
+ <TMPL_IF name="barcode_not_unique">
+ 	<div id="problem"><b>ERROR : Barcode already exists !<b></div>
+ </TMPL_IF>
  <TMPL_IF name="opisadd">
  <input type="button" value="Add item" onClick='Check(this.form)' accesskey="w">





More information about the Koha-cvs mailing list