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: katrin.fischer@bsz-bw.de Reporter: katrin.fischer@bsz-bw.de CC: gmcharlt@gmail.com 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.