@@ -, +, @@ --- acqui/cancelorder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/acqui/cancelorder.pl +++ a/acqui/cancelorder.pl @@ -67,11 +67,11 @@ if( $action and $action eq "confirmcancel" ) { $template->param( error_delbiblio => 1 ) if $messages[0]->message eq 'error_delbiblio'; } else { - $template->param(success_cancelorder => 1); # Log the cancellation of the order if (C4::Context->preference("AcqLog")) { logaction('ACQUISITIONS', 'CANCEL_ORDER', $ordernumber); } + $template->param(success_cancelorder => 1); } $template->param(confirmcancel => 1); } --