koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.99,1.100
Date: Fri, 10 Dec 2004 08:11:48 -0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]