http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14462 Bug ID: 14462 Summary: aqorders.sort*_authcat unused? Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org It's possible to tie any fund to up to 2 authorised values to create a list instead the free text field for statistic 1 and statistic 2 on the order entry form. As the authorised value list can be different by fund, it would make sense to save the name of the list as well. In the aqorders table there are actually 2 fields for this: sort1_authcat sort2_authcat ... but they don't seem to be used. Testing this on a 3.18.5 database, the fields remain empty. The codes themselves are saved correctly to: sort1 sort2 Saving the list would also enable displaying the right descriptions in the acquisitions wizard sort1/sort2 search options. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.