Bug 28156: Rename Koha::Account::Line->renewal with is_renewal
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Apr 2021 10:12:41 +0000 (12:12 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 22 Apr 2021 14:39:06 +0000 (16:39 +0200)
commit9d3ea2bd4930864bd1d6234aa2b6faf0be2a39b1
treee3279fe6d48637823f7c4cf5b5b4ab318bb4bc56
parent56bc8c53d1b61c9427f2a3067f234f66f7299ee9
Bug 28156: Rename Koha::Account::Line->renewal with is_renewal

It's a boolean, it must be named is_*

Test plan:
Confirm that
  prove t/db_dependent/Koha/Account/Line.t
is still returning green

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 491147896d5cced31861243b862e403f09d62d98)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Account.pm
Koha/Account/Line.pm
t/db_dependent/Koha/Account/Line.t