[Koha-bugs] [Bug 23389] Add 'All' option to report value dropdowns

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 27 14:18:45 CEST 2019


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 91848
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91848&action=edit
Bug 23389: Add 'All' option to report dropdowns

This patch adds and 'all' option t rpeort dropdowns

Note you will need to use 'LIKE' instead of '=' to allow 'All' to work

To test:
 1 - Write a report:
     SELECT branchname FROM branches WHERE branchcode LIKE <<Branch|branches>>
 2 - Run it
 3 - Select a branch
 4 - You get one branch info
 5 - Note you cannot select all
 6 - Apply patch
 7 - Run report
 8 - Select 'All'
 9 - You get all branches
10 - Select one branch
11 - You get one branch

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list