#1485 (issuing rules improvement) continued
authorPaul POULAIN <paul@koha-fr.org>
Fri, 12 Oct 2007 22:35:25 +0000 (17:35 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 13 Oct 2007 03:22:12 +0000 (22:22 -0500)
commit28257e7a98aa0ffe1b192732fc6815c6edb0c97d
tree23b713949a4ccd4dbcd7db1fd0a31ada26a20eaa
parentd9b7ef99031a9f110b640db4ad659f3ad45237fe
#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>
admin/issuingrules.pl
installer/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/issuingrules.tmpl
updater/update22to30.pl