Bug 29844: Some more uncaught cases
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 11 Jan 2022 12:42:00 +0000 (09:42 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 10 Feb 2022 01:36:23 +0000 (15:36 -1000)
commit571a13f667336d03f6a400a5585a4108971aecd2
treea916a17c09923d6697c0d7ef54a07bc5f5a186ce
parente53667105d98dde0500323cb9699bf217c2f2508
Bug 29844: Some more uncaught cases

Some more cases found using

$ git grep '\->search(' | grep -v -e '\->as_list' -e '\->get_column' \
      | grep '@'

and then manually looking at them.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
12 files changed:
C4/Items.pm
Koha/ItemType.pm
Koha/Patron/HouseboundProfile.pm
reports/guided_reports.pl
t/db_dependent/Acquisition.t
t/db_dependent/Koha/Acquisition/Basket.t
t/db_dependent/Patron/HouseboundProfiles.t
t/db_dependent/Patron/HouseboundRoles.t
t/db_dependent/Patron/HouseboundVisits.t
t/db_dependent/Patron/Relationships.t
t/db_dependent/Template/Plugin/Categories.t
t/db_dependent/Utils/Datatables_Virtualshelves.t