Bug 16087 - Add Koha::OldIssues Objects
Summary: Add Koha::OldIssues Objects
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Alex Sassmannshausen
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 6906
  Show dependency treegraph
 
Reported: 2016-03-17 12:45 UTC by Alex Sassmannshausen
Modified: 2016-12-05 21:27 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Add Koha::OldIssue objects (2.57 KB, patch)
2016-03-17 12:46 UTC, Alex Sassmannshausen
Details | Diff | Splinter Review
Revised Old Issue Patch (2.58 KB, patch)
2016-04-04 13:51 UTC, Alex Sassmannshausen
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 16087: Add Koha::OldIssues objects. (2.75 KB, patch)
2016-04-05 14:24 UTC, Bernardo Gonzalez Kriegel
Details | Diff | Splinter Review
Bug 16087: Add Koha::OldIssues objects. (2.81 KB, patch)
2016-04-06 12:11 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!