Koha/installer
Paul POULAIN 28257e7a98 #1485 (issuing rules improvement) continued
IMPORTANT NOTE : all existing test database for 3.0 must manually delete ALL constraints on issuingrules table
(the update22to30.pl don't contain the constraints anymore, as kohastructure.sql, so are concerned only the existing 3.0 tests databases)

Filling issuingrules table :
- the issuingrules table can't have a constraint on categorycode, as we have a '*' categorycode (=default issuingrule)
- reintroducing the "default" issuingrule column
- changing some text ('*' replaced by something more explanatory)
- handling correctly the '0' (that is different from 'undefined'

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-12 22:22:12 -05:00
..
data IMPORTANT : biblioitems.editionresponsibility field was sometimes spelled with a 'a' 2007-10-09 19:08:44 -05:00
externalmodules.pl fixing permissions on scripts 2007-08-13 12:22:30 -05:00
install.pl Sorting the install directory 2007-10-09 19:04:20 -05:00
InstallAuth.pm moved images to img fixed installer path for templates 2007-08-23 21:21:58 -05:00
kohastructure.sql #1485 (issuing rules improvement) continued 2007-10-12 22:22:12 -05:00