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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Apr 2021 14:20:56 +0000 (16:20 +0200)
commit491147896d5cced31861243b862e403f09d62d98
tree1c9b3dfcd8a231c3e5c7f7b167cbf79665b2cc0b
parentf35571410b191770337708f4e389b49bde15e04e
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>
Koha/Account.pm
Koha/Account/Line.pm
t/db_dependent/Koha/Account/Line.t