Bug 33568: (follow-up) Add search on home and holding library's names
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 5 Apr 2024 14:40:26 +0000 (16:40 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Apr 2024 15:39:45 +0000 (17:39 +0200)
commit0f49a171fa9296a7d529668de49a8ec5da52cb23
tree2f7a839990736ad673bfaae40ae33fccd9382035
parentb581996160bf6cd477238df91d89af73bdf6af12
Bug 33568: (follow-up) Add search on home and holding library's names

Silly typo!
Caught by a test

koha_1       |     #   Failed test 'Home branch code matches holdingbranch'
koha_1       |     #   at t/db_dependent/Items.t line 581.
koha_1       |     #          got: 'QHImNSEoNi'
koha_1       |     #     expected: 'VY5y6p'
koha_1       |     # Looks like you failed 1 test of 7.
koha_1       |
koha_1       | #   Failed test 'Koha::Item(s) tests'
koha_1       | #   at t/db_dependent/Items.t line 588.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Item.pm