This bug raises the prospect of adding the Koha::Issue objects.
Created attachment 49256 [details] [review] Add Koha::Issue Objects
Minor errors cause chaos in patch. Needs fix.
Created attachment 49857 [details] [review] Revised Issue Object Patch This is a revised patch fixing minor typos that had lethal consequences to the Issues objects.
Created attachment 49915 [details] [review] [SIGNED-OFF] Bug 16086: Add Issues Koha object. * Koha/Issue.pm: New file. * Koha/Issues.pm: New file. https://bugs.koha-community.org/show_bug.cgi?id=16086 Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Nothing to test, no errors.
Created attachment 49955 [details] [review] Bug 16086: Add Issues Koha object. * Koha/Issue.pm: New file. * Koha/Issues.pm: New file. https://bugs.koha-community.org/show_bug.cgi?id=16086 Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Nothing to test, no errors. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Created attachment 49956 [details] [review] Bug 16086: Add tests for Koha::Issues Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to Master - Should be in the May 2016 release. Thanks!
Shouldn't this have been named Koha::Checkouts according to our terminology page?
Hm, good point. But renaming now would be best on a separate bug report!