Bug 12592 - Minor correction for C4::DelBiblio documentation
authorPetter Goksoyr Asen <boutrosboutrosboutros@gmail.com>
Thu, 17 Jul 2014 09:18:10 +0000 (11:18 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 17 Jul 2014 15:43:59 +0000 (12:43 -0300)
commitbbc0462a73407116ad9029f4555f6a2f4e817587
tree1792437053d59272564f41f7f1e806be27803b76
parent2f052756e3bf430040412badc02107aa28c7a543
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Biblio.pm