]> git.koha-community.org Git - koha.git/commit
Adding missing script for deleting biblioitems. This script refuses to delete
authortonnesen <tonnesen>
Mon, 9 Dec 2002 17:29:07 +0000 (17:29 +0000)
committertonnesen <tonnesen>
Mon, 9 Dec 2002 17:29:07 +0000 (17:29 +0000)
commitd2efdbaa3aea185e3a186fe961568f593fae9a32
treecf356dda9118a6c4d74dcb6dfa62eab997cced05
parent59275fb0a5d6ed47570aa7b0fa202dc4a17e8d0f
Adding missing script for deleting biblioitems.  This script refuses to delete
biblioitems which have items attached to it, but doesn't provide any
notification to the user that the biblioitem was not deleted.  Otherwise, it is
fully functional.  We still need a way to actually display  biblioitems that do not have
items attached to them.  Right now, the only way is to add an item to the
biblioitem, then delete the item and biblioitem one after another (because
there is no way to get back to the page that shows the "delete biblioitem"
button after the item has been deleted).
delbibitem.pl [new file with mode: 0755]