http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10869
--- Comment #72 from mathieu saby <[email protected]> --- (In reply to Levast from comment #70) > we can't understand why we should return on the page of reception to delete > the record already deleted in the basket : > - go on receipt page > - in the line matching this order, you should see instead of the title > "Deleted bibliographic record, can't find title" Hello It is NOT a normal procedure, but a way to fix some mistakes that sometimes happen. When you try to delete a record used in some order, Koha now prevents you to do so with this warning : "Warning: This record is used in 1 order(s). Deleting it could cause serious issues on acquisition module. Are you sure you want to delete this record?". But it is a very recent behavior introduced last year by bug 9780. Before that, a librarian could very easily delete a record used in an order. And technically, it is still possible to do so... So, it happened in some libraries that some orders are linked with deleted records, and Koha does not allow you to suppress these orders, either in baskets (when the basket is open), or in the reception module (when the basket is closed, and the order is pending). The aim of this bug is to allow you to cancel these orders linked with deleted records in the same way as any other orders. I'm going to check if it works well before changing status. Mathieu -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
