[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters checkmarc.tmpl,1.10,1.10.2.1

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 6 18:11:00 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30805/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
      Tag: rel_2_2
	checkmarc.tmpl 
Log Message:
adding 2 new checkings for MARC setup :
* only 1 MARC tag must be mapped to item tab
* warning if there is NULL in a frameworkcode

Index: checkmarc.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/checkmarc.tmpl,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -C2 -r1.10 -r1.10.2.1
*** checkmarc.tmpl	19 Jul 2004 19:20:29 -0000	1.10
--- checkmarc.tmpl	6 Jun 2005 16:10:57 -0000	1.10.2.1
***************
*** 36,39 ****
--- 36,51 ----
  	<!-- /TMPL_IF -->
  	<!-- -------------------------------------------------------------------------------------------------------- -->
+ 	<!-- TMPL_IF NAME="itemtags" -->
+ 		<tr>
+ 			<td><b>Item tag</b></td>
+ 			<td>There is more than 1 MARC tag related to items tab (10) : <!-- TMPL_VAR name="itemtags" --></td>
+ 		</tr>
+ 	<!-- TMPL_ELSE -->
+ 		<tr>
+ 			<td>OK</td>
+ 			<td><i>Only 1 marc tag mapped to items</i></td>
+ 		</tr>
+ 	<!-- /TMPL_IF -->
+ 	<!-- -------------------------------------------------------------------------------------------------------- -->
  	<!-- TMPL_IF NAME="itemtypes_empty" -->
  		<tr>
***************
*** 117,120 ****
--- 129,147 ----
  	<!-- /TMPL_IF -->
  	<!-- -------------------------------------------------------------------------------------------------------- -->
+ 	<!-- TMPL_IF NAME="frameworknull" -->
+ 		<tr>
+ 			<td><b>framework values</b></td>
+ 			<td>there is a null value in a frameworkcode. Check the following tables<br/>
+ 				<li>select * from marc_subfield_structure where frameworkcode is NULL</li>
+ 				<li>select * from marc_tag_structure where frameworkcode is NULL</li>
+ 				<li>select * from marc_biblio where frameworkcode is NULL</li></td>
+ 		</tr>
+ 	<!-- TMPL_ELSE -->
+ 		<tr>
+ 			<td>OK</td>
+ 			<td><i>no NULL value in frameworkcode</i></td>
+ 		</tr>
+ 	<!-- /TMPL_IF -->
+ 	<!-- -------------------------------------------------------------------------------------------------------- -->
  	<!-- TMPL_IF NAME="total" -->
  		<tr>





More information about the Koha-cvs mailing list