[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.4,1.100.2.5

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 6 17:23:39 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	updatedatabase 
Log Message:
adding a systempref to choose either to show or hide "lost" items. Note that "lost items" can be related to an authorised value list, so does not necessary mean "item definetly lost". Even here, some libraries want to see lost items, and some don't want. This parameter will make everybody happy !

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.4
retrieving revision 1.100.2.5
diff -C2 -r1.100.2.4 -r1.100.2.5
*** updatedatabase	6 Jun 2005 14:15:55 -0000	1.100.2.4
--- updatedatabase	6 Jun 2005 15:23:36 -0000	1.100.2.5
***************
*** 877,880 ****
--- 877,889 ----
  	        options		=> 'simplified|full'
          },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'hidelostitems',
+             value               => 'No',
+ 	    forceupdate		=> { 'explanation' => 1,
+ 	    			     'type' => 1},
+             explanation         => 'show or hide "lost" items in OPAC.',
+ 	    type		=> 'YesNo',
+         },
      ],
  
***************
*** 1462,1465 ****
--- 1471,1477 ----
  
  # $Log$
+ # Revision 1.100.2.5  2005/06/06 15:23:36  tipaul
+ # adding a systempref to choose either to show or hide "lost" items. Note that "lost items" can be related to an authorised value list, so does not necessary mean "item definetly lost". Even here, some libraries want to see lost items, and some don't want. This parameter will make everybody happy !
+ #
  # Revision 1.100.2.4  2005/06/06 14:15:55  tipaul
  # adding 2 systemparameters to define an alternate image as logo in opac (the image on main page & on each top-left page)





More information about the Koha-cvs mailing list