[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.2,1.100.2.3
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.2,1.100.2.3 |
Date: |
Thu, 02 Jun 2005 14:05:39 -0700 |
Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18239/updater
Modified Files:
Tag: rel_2_2
updatedatabase
Log Message:
adding variable SubscriptionHistory
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.2
retrieving revision 1.100.2.3
diff -C2 -r1.100.2.2 -r1.100.2.3
*** updatedatabase 29 Mar 2005 15:41:43 -0000 1.100.2.2
--- updatedatabase 2 Jun 2005 21:05:34 -0000 1.100.2.3
***************
*** 848,851 ****
--- 848,862 ----
options => ';|tabulation|,|/|\|#'
},
+ {
+ uniquefieldrequired => 'variable',
+ variable => 'SubscriptionHistory',
+ value => ';',
+ forceupdate => { 'explanation' => 1,
+ 'type' => 1,
+ 'options' => 1},
+ explanation => 'Define the information level for serials
history in OPAC',
+ type => 'Choice',
+ options => 'simplified|full'
+ },
],
***************
*** 1433,1436 ****
--- 1444,1450 ----
# $Log$
+ # Revision 1.100.2.3 2005/06/02 21:05:34 hdl
+ # adding variable SubscriptionHistory
+ #
# Revision 1.100.2.2 2005/03/29 15:41:43 tipaul
# * new permissions : management & tools. You now have 2 new permissions :
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.2,1.100.2.3,
Henri-Damien LAURENT <=