https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21077

            Bug ID: 21077
           Summary: Fix comment for statistics.type in
                    installer/data/mysql/kohastructure.sql
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Developer documentation
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: bar...@bywatersolutions.com
        QA Contact: testo...@bugs.koha-community.org

In installer/data/mysql/kohastructure.sql, the CREATE TABLE statement for
statistics reads:

DROP TABLE IF EXISTS `statistics`;
CREATE TABLE `statistics` ( -- information related to transactions (circulation
and fines) in Koha

...

  `type` varchar(16) default NULL, -- transaction type (locause, issue, return,
renew, writeoff, payment, Credit*)

...

There's a typo for 'locause', this should be 'localuse'. Also, 'Credit*' is
never used.

As far as I know, the list of valid values for statistics.type isn't documented
anywhere else, so it's valuable to have these annotated correctly here.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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