[Koha-cvs] CVS: koha/updater updatedatabase,1.99,1.100

Paul POULAIN tipaul at users.sourceforge.net
Fri Dec 10 17:11:48 CET 2004


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9064/updater

Modified Files:
	updatedatabase 
Log Message:
Improvement : adding a systempref to define default view in OPAC (either normal, MARC or ISBD). Created automatically during install or update. Check that you have a Koha >> parameters >> systempreferences >> BiblioDefaultView, Variable type : Choice, Variable options : normal|marc|isbd

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -r1.99 -r1.100
*** updatedatabase	2 Dec 2004 17:17:00 -0000	1.99
--- updatedatabase	10 Dec 2004 16:11:32 -0000	1.100
***************
*** 783,786 ****
--- 783,797 ----
  	    type		=> 'free'
          },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'BiblioDefaultView',
+             value               => 'normal',
+ 	    forceupdate		=> { 'explanation' => 1,
+ 	    			     'type' => 1,
+ 				     'options' => 1},
+             explanation         => 'Define the default view of a biblio. Can be either normal, marc or isbd',
+ 	    type		=> 'Choice',
+ 	    options		=> 'normal|marc|isbd'
+         },
      ],
  
***************
*** 1368,1371 ****
--- 1379,1385 ----
  
  # $Log$
+ # Revision 1.100  2004/12/10 16:11:32  tipaul
+ # Improvement : adding a systempref to define default view in OPAC (either normal, MARC or ISBD). Created automatically during install or update. Check that you have a Koha >> parameters >> systempreferences >> BiblioDefaultView, Variable type : Choice, Variable options : normal|marc|isbd
+ #
  # Revision 1.99  2004/12/02 17:17:00  tipaul
  # adding acquisition permission





More information about the Koha-cvs mailing list