Summary: | Subroutine to check if a Biblio exists or is deleted | ||
---|---|---|---|
Product: | Koha | Reporter: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
Component: | Cataloging | Assignee: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jonathan.druart, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 13702 - Subroutine to check if a Biblio exists or is deleted |
Description
Olli-Antti Kivilahti
2015-02-12 14:52:22 UTC
Created attachment 35876 [details] [review] Bug 13702 - Subroutine to check if a Biblio exists or is deleted A handy helper function when looking for a biblio. Is it alive? Deleted? or has it never existed (or DELETEd from the deleted* tables)? TEST PLAN: 0. Make a code review. Unit tests pending. This has no sense, you do not provide code that use these subroutines. |