Bug 12592 - Minor correction for C4::DelBiblio documentation
Summary: Minor correction for C4::DelBiblio documentation
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Petter Goksøyr Åsen
QA Contact: Marcel de Rooy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-17 09:16 UTC by Petter Goksøyr Åsen
Modified: 2015-06-04 23:33 UTC (History)
2 users (show)

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


Attachments
Bug 12592 - Minor correction for C4::DelBiblio documentation (1.21 KB, patch)
2014-07-17 09:20 UTC, Petter Goksøyr Åsen
Details | Diff | Splinter Review
Bug 12592 - Minor correction for C4::DelBiblio documentation (1.31 KB, patch)
2014-07-17 13:09 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Petter Goksøyr Åsen 2014-07-17 09:16:34 UTC
The function header says that DelBiblio checks to make sure there aren't any issues on any of the items. What the code does, on the other hand, is to check whether biblio has any items attached, and refuses to delete biblio if it has any.
Comment 1 Petter Goksøyr Åsen 2014-07-17 09:20:04 UTC Comment hidden (obsolete)
Comment 2 Marcel de Rooy 2014-07-17 13:09:37 UTC
Created attachment 29797 [details] [review]
Bug 12592 - Minor correction for C4::DelBiblio documentation

The function header says that DelBiblio checks to make sure there aren't
any issues on any of the items. What the code does, on the other hand,
is to check whether biblio has any items attached, and refuses to
delete biblio if it has any.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 3 Marcel de Rooy 2014-07-17 13:10:21 UTC
Passing QA right away on this very trivial documentation "one-liner".
Comment 4 Tomás Cohen Arazi (tcohen) 2014-07-17 15:48:22 UTC
Patch pushed to master.

Thanks Petter, and congratulations for your fist commit to Koha!