Form->show_generic_error: Parameter action, back_button entfernt
[kivitendo-erp.git] / bin / mozilla / ic.pl
index 4a21d02..d674093 100644 (file)
@@ -153,7 +153,7 @@ sub confirm_price_update {
   $form->header();
 
   if (@errors) {
-    $form->show_generic_error(join('<br>', @errors), 'back_button' => 1);
+    $form->show_generic_error(join('<br>', @errors));
   }
 
   $form->{nextsub} = "update_prices";