Koha/admin
Chris Nighswonger 4f3df5d1d2 kohabug 2219 Corrects inconsistent use of subscription.serialsadditems column
From the bug report:

The serialsadditems syspref was ostensibly removed in DB rev 071
(http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=commit;h=5c41ae54e68866f9661e853376537059f4d83f70)
in favor of a new serialsadditems column in the subscription table.

However, this removal was incomplete.  It is still created for new installations by:

installer/data/mysql/en/mandatory/sysprefs.sql
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql

and is used in

serials/serials-recieve.pl
serials/serials-edit.pl
admin/systempreferences.pl

Since the system preference was not removed from the sample data scripts, it
is necessary to add another DB rev to remove it - a user may have made a
fresh install of Koha after DB rev 071.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-27 06:07:45 -05:00
..
admin-home.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
aqbookfund.pl Use C4::Debug on warn statements. 2008-06-20 15:31:17 -05:00
aqbudget.pl INNER JOIN was too much restrictive for migrated libraries. 2008-02-11 15:31:16 -06:00
auth_subfields_structure.pl replace #!/usr/bin/perl, lost on a recent commit. 2008-06-05 22:47:44 -05:00
auth_tag_structure.pl Bug Fix : Creating a new authority type would fail on creating subfield_structure 2008-05-29 07:16:53 -05:00
authorised_values.pl bug Fixing 2081 2008-05-12 10:36:29 -05:00
authtypes.pl #1546 fix (removing REPLACE) 2007-11-07 08:18:23 -06:00
biblio_framework.pl kohabug 2100 - allow deletion of non-default MARC framework 2008-05-16 08:18:23 -05:00
branches.pl removing useless code 2007-10-24 17:03:38 -05:00
categorie.pl cleanup in memberentry,categories. 2007-12-17 08:19:07 -06:00
checkmarc.pl bug 2254 [3/3]: add authority type check 2008-06-25 11:39:30 -05:00
cities.pl Killing more replace statements, bug 1546 2008-01-08 20:09:52 -06:00
classsources.pl bugfix: correct class sort rule not selected when editing class source 2007-11-20 16:07:43 -06:00
currency.pl currency expansion - symbol and timestamp. PLEASE VERIFY SQL edit. Should be equivalent to: ALTER TABLE currency ADD symbol varchar(5) default NULL, ADD timestamp timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP; 2008-01-03 20:21:28 -06:00
env_tz_test.pl TZ - multiple timezone support 2008-07-27 06:05:09 -05:00
itemtypes.pl bug 2047: refactoring icon manipulation logic 2008-04-30 20:10:09 -05:00
koha2marclinks.pl Fixing some markup issues and alternating table row colors. 2007-12-18 16:40:05 -06:00
letter.pl Removing replace sql from admin/letter.pl as per bug 1546 2008-01-08 19:23:48 -06:00
marc_subfields_structure.pl fix for bug 2282: Biblio framework subfields... 2008-07-18 13:06:25 -05:00
marctagstructure.pl fix "Add Tag" button in MARC framework editor 2008-07-14 20:10:09 -05:00
matching-rules.pl added editor for MARC matching rules 2007-11-17 10:49:15 -06:00
patron-attr-types.pl new editor for patron attribute types 2008-05-12 09:03:03 -05:00
printers.pl Printers code paring, related to bug 2045. This does not resolve the bug, 2008-05-31 21:59:46 -05:00
roadtype.pl Whoops fixing the update call, had params round the wrong way 2008-01-08 20:09:54 -06:00
smart-rules.pl bug 2000: addition changes to rules editor 2008-06-20 08:19:05 -05:00
stopwords.pl Removing replace from stopwords.pl 2008-01-08 20:09:54 -06:00
systempreferences.pl kohabug 2219 Corrects inconsistent use of subscription.serialsadditems column 2008-07-27 06:07:45 -05:00
z3950servers.pl Fix bug in /admin/z3950servers.pl 2008-05-17 18:45:38 -05:00