Bug 21144: Add ROADTYPE to default authorised values categories

The ROADTYPE category was missing from the default list of
authorised value categories available.

To test:
- Verify ROADTYPE is not listed as authorised value category
- Apply patch and run database update
- Verify ROADTYPE is now listed
- Add an entry, for example: AV = Avenue
- Add or edit a patron, verify a pull down with your entry
  shows on the form.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Katrin Fischer 2018-08-02 02:19:42 +02:00 committed by Nick Clemens
parent f5f31679bf
commit 266d7b5fa8
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
INSERT IGNORE INTO authorised_value_categories (category_name) VALUES ('ROADTYPE');
--Bug 21144: Add ROADTYPE to default authorised values categories

View file

@ -15,7 +15,8 @@ INSERT IGNORE INTO authorised_value_categories( category_name )
('DEPARTMENT'),
('TERM'),
('ITEMTYPECAT'),
('PAYMENT_TYPE');
('PAYMENT_TYPE'),
('ROADTYPE');
INSERT IGNORE INTO authorised_value_categories( category_name )
VALUES