Bug 5347: Follow up - Fix warnings, check/uncheck all and makes error message transla...
[koha.git] / acqui / lateorders.pl
index 2482ffb..998899e 100755 (executable)
@@ -85,7 +85,7 @@ if ($op and $op eq "send_alert"){
     if ( $@ ) {
         $template->param(error_claim => $@);
     } else {
-        $template->param(info_claim => "Emails have been sent");
+        $template->{VARS}->{'info_claim'} = 1;
     }
 }