Bug 13702

Summary: Subroutine to check if a Biblio exists or is deleted
Product: Koha Reporter: Olli-Antti Kivilahti <olli-antti.kivilahti>
Component: CatalogingAssignee: 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
A handy helper function when looking for a biblio.
Is it alive?
Deleted?
or has it never existed (or DELETEd from the deleted* tables)?
Comment 1 Olli-Antti Kivilahti 2015-02-12 14:53:43 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.
Comment 2 Olli-Antti Kivilahti 2015-02-12 14:55:59 UTC
Unit tests pending.
Comment 3 Jonathan Druart 2017-09-06 14:49:51 UTC
This has no sense, you do not provide code that use these subroutines.