http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9101

            Bug ID: 9101
           Summary: Add REPORT_GROUP to authorised values sample data
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Installation and upgrade (web-based installer)
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

In 3.10 there is a new feature to group and subgroup reports. In order to make
this easier to use we should add some REPORT_GROUP values to the sample data.

I took the modules from the updatedatabase script:
$dbh->do("INSERT INTO authorised_values (category, authorised_value, lib)
VALUES
              ('REPORT_GROUP', 'CIRC', 'Circulation'),
              ('REPORT_GROUP', 'CAT', 'Catalog'),
              ('REPORT_GROUP', 'PAT', 'Patrons'),
              ('REPORT_GROUP', 'ACQ', 'Acquisitions'),
              ('REPORT_GROUP', 'ACC', 'Accounts');");

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to