[Koha-bugs] [Bug 9101] New: Add REPORT_GROUP to authorised values sample data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Nov 17 20:39:39 CET 2012


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


More information about the Koha-bugs mailing list