]> git.koha-community.org Git - koha.git/commit
Bug 31112: Remove unnecessary if-clause
authorJoonas Kylmälä <joonas.kylmala@iki.fi>
Mon, 18 Jul 2022 16:29:06 +0000 (16:29 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 31 Oct 2022 17:41:05 +0000 (17:41 +0000)
commit2d9d66beb8d5d7980c4f03d15dd69150969b18aa
tree4c4a0270aefb8fcfdd8d936601bba7f6b1bf1465
parentb71531cd585b8b1288a57f47810659e31490f23c
Bug 31112: Remove unnecessary if-clause

To test:
 1) Please check manually that the logic stays the same, use git's -w command line parameter to
    ignore whitespace changes in the diff output.
 2) prove t/db_dependent/Circulation.t

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 8ba1a9a5345310c54d9225049d470544b56eeb11)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Circulation.pm