Summary: | Minor correction for C4::DelBiblio documentation | ||
---|---|---|---|
Product: | Koha | Reporter: | Petter Goksøyr Åsen <boutrosboutrosboutros> |
Component: | Cataloging | Assignee: | Petter Goksøyr Åsen <boutrosboutrosboutros> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | m.de.rooy, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
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
Bug 12592 - Minor correction for C4::DelBiblio documentation |
Description
Petter Goksøyr Åsen
2014-07-17 09:16:34 UTC
Created attachment 29787 [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. 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> Passing QA right away on this very trivial documentation "one-liner". Patch pushed to master. Thanks Petter, and congratulations for your fist commit to Koha! |