| Summary: | Add Koha::OldIssues Objects | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Alex Sassmannshausen <alex> |
| Component: | Architecture, internals, and plumbing | Assignee: | 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: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | 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
Created attachment 49262 [details] [review] Add Koha::OldIssue objects Add the objects. Faulty patch needs fixing. Created attachment 49859 [details] [review] Revised Old Issue Patch Revised patch. Created attachment 49914 [details] [review] [SIGNED-OFF] 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 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> Pushed to Master - Should be in the May 2016 release. Thanks! |