Bug 17796: Replace Koha::Issue[s] with Koha::Checkout[s]
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 20 Dec 2016 12:57:00 +0000 (13:57 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 20 Dec 2016 15:13:28 +0000 (15:13 +0000)
commitbe140718d71df9521dca38d51ebe0ee77d7efa9a
tree17eeb12b4f3d71867280ddf9ca4d3577d88ca81c
parentd4b15e40b0a217712756a8a208d4aab97218bbac
Bug 17796: Replace Koha::Issue[s] with Koha::Checkout[s]

Koha::Issues and Koha::Checkouts have been added to the codebase to
represent the same thing.

In ODLIS the word Issue is never used in the sense we use it. Another
problem with Issue is it has so many meaning in English (such as
problem/bug)
The word Checkout *is* in ODLIS, closer to what we use:
http://www.abc-clio.com/ODLIS/odlis_c.aspx#checkoutslip

Test plan:
  git grep Koha::Issue
should not return any occurrences and the tests must still pass

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Issue.pm [deleted file]
Koha/Issues.pm [deleted file]
Koha/Patron.pm
Koha/REST/V1.pm
t/db_dependent/Circulation.t
t/db_dependent/Koha/Issues.t [deleted file]
t/db_dependent/Koha/Patrons.t
t/db_dependent/Template/Plugin/Categories.t