https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41169
--- Comment #3 from OpenFifth Sandboxes <[email protected]> --- Created attachment 198904 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198904&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 Signed-off-by: Hannah Prince <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
