Bug 13702 - Subroutine to check if a Biblio exists or is deleted
Summary: Subroutine to check if a Biblio exists or is deleted
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Olli-Antti Kivilahti
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-12 14:52 UTC by Olli-Antti Kivilahti
Modified: 2018-06-04 20:10 UTC (History)
2 users (show)

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


Attachments
Bug 13702 - Subroutine to check if a Biblio exists or is deleted (2.16 KB, patch)
2015-02-12 14:53 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review

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