View | Details | Raw Unified | Return to bug 27598
Collapse All | Expand All

(-)a/installer/data/mysql/mandatory/auth_val_cat.sql (+4 lines)
Lines 66-68 INSERT IGNORE INTO authorised_value_categories( category_name ) VALUES Link Here
66
-- For Claims returned
66
-- For Claims returned
67
INSERT IGNORE INTO authorised_value_categories( category_name ) VALUES
67
INSERT IGNORE INTO authorised_value_categories( category_name ) VALUES
68
    ('RETURN_CLAIM_RESOLUTION');
68
    ('RETURN_CLAIM_RESOLUTION');
69
70
-- For file uploads
71
INSERT IGNORE INTO authorised_value_categories(  category_name, is_system  ) VALUES
72
    ('UPLOAD', 1);
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +2 lines)
Lines 428-433 Link Here
428
            <p>A list of additional custom status values for suggestions that can be used in addition to the default values.</p>
428
            <p>A list of additional custom status values for suggestions that can be used in addition to the default values.</p>
429
        [% CASE 'TERM' %]
429
        [% CASE 'TERM' %]
430
            <p>Terms to be used in Course Reserves module. Enter terms that will show in the drop down menu when setting up a Course reserve. (For example: Spring, Summer, Winter, Fall).</p>
430
            <p>Terms to be used in Course Reserves module. Enter terms that will show in the drop down menu when setting up a Course reserve. (For example: Spring, Summer, Winter, Fall).</p>
431
        [% CASE 'UPLOAD' %]
432
            <p>Categories to be assigned to file uploads. Without a category an upload is considered temporary and may be removed during automated cleanup.</p>
431
        [% CASE 'WITHDRAWN' %]
433
        [% CASE 'WITHDRAWN' %]
432
            <p>Description of a withdrawn item (appears when adding or editing an item)</p>
434
            <p>Description of a withdrawn item (appears when adding or editing an item)</p>
433
        [% CASE 'YES_NO' %]
435
        [% CASE 'YES_NO' %]
434
- 

Return to bug 27598