Bug 6906: Follow coding guidelines in terminology.
authorAlex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>
Mon, 4 Jul 2016 17:22:51 +0000 (19:22 +0200)
committerKoha instance kohadev-koha <kohadev-koha@kohadevbox>
Fri, 8 Jul 2016 13:40:34 +0000 (13:40 +0000)
commitffc4adcfb94d0932c159e1cb8af0a7903a1f728c
tree66e2a6eed560ba24220b6db61237e80ee8267721
parentda8123326ef82e35c3369b700c62f6747618eced
Bug 6906: Follow coding guidelines in terminology.

* Koha/Patron.pm (wantsCheckPrevCheckout, doCheckPrevCheckout): Rename
  to...
  (wants_check_for_previous_checkout, do_check_for_previous_checkout):
  ...this.
* C4/Circulation.pm: Use new names.
* t/db_dependent/Patron/CheckPrevCheckout.t: Renamed to...
* t/db_dependent/Patron/Borrower_PrevCheckout.t: ...this.

Bug 6906: Fix POD reference to old method name.

* Koha/Patron.pm (wants_check_for_previous_checkout): Fix POD.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Circulation.pm
Koha/Patron.pm
t/db_dependent/Patron/Borrower_PrevCheckout.t [new file with mode: 0644]
t/db_dependent/Patron/CheckPrevCheckout.t [deleted file]