https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41169 --- Comment #1 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Created attachment 196989 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196989&action=edit Bug 41169: Notify that items will be deleted when order is cancelled When order is cancelled, items attached to the ordered biblio are deleted. This is not mentioned in cancelorder.pl, there is only note that bibliographicrecord will not be deleted. This patch adds line "Items attached to this order will be deleted." to cancelorder.pl. To test: 1. Find an order where ordered record has items attached to it. 2. Attempt to cancel the order. 3. Yellow alert box is displayed. => Note that there is only mention that record is not deleted. 4. Apply this patch. 5. Attempt to cancel again or refresh the cancel page. => Note that there is now a mention that items will be deleted. Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes.