Bug 16087

Summary: Add Koha::OldIssues Objects
Product: Koha Reporter: Alex Sassmannshausen <alex>
Component: Architecture, internals, and plumbingAssignee: Alex Sassmannshausen <alex>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on:    
Bug Blocks: 6906    
Attachments: Add Koha::OldIssue objects
Revised Old Issue Patch
[SIGNED-OFF] Bug 16087: Add Koha::OldIssues objects.
Bug 16087: Add Koha::OldIssues objects.

Description Alex Sassmannshausen 2016-03-17 12:45:01 UTC
This bug adds the prospect of Koha::OldIssue and Koha::OldIssues objects.
Comment 1 Alex Sassmannshausen 2016-03-17 12:46:46 UTC Comment hidden (obsolete)
Comment 2 Alex Sassmannshausen 2016-03-18 18:36:33 UTC
Faulty patch needs fixing.
Comment 3 Alex Sassmannshausen 2016-04-04 13:51:19 UTC Comment hidden (obsolete)
Comment 4 Bernardo Gonzalez Kriegel 2016-04-05 14:24:15 UTC Comment hidden (obsolete)
Comment 5 Jonathan Druart 2016-04-06 12:11:27 UTC
Created attachment 49957 [details] [review]
Bug 16087: Add Koha::OldIssues objects.

* Koha/OldIssue.pm: New file.
* Koha/OldIssues.pm: New file.

https://bugs.koha-community.org/show_bug.cgi?id=16087

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Nothing to test, new files.
No errors

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 6 Brendan Gallagher 2016-04-07 00:19:37 UTC
Pushed to Master - Should be in the May 2016 release.  Thanks!