@@ -, +, @@ cancellation confirmation - View the details for the basket. - Click the 'Delete' link next to the order you want to delete. - Confirm that the dialog is correctly styled. - Test the cancel operation and verify that you are correctly redirected back to where you were. - Test the confirmation operation and verify that your order is deleted. - Also test the deletion process from Acquisitions -> Vendor -> Invoices -> Invoice -> Go to receipt page -> Delete order. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt @@ -8,7 +8,7 @@ -
+
@@ -34,8 +34,8 @@ [% IF (del_biblio) %] [% END %] - - + +
[% ELSE %] --