Abteilungspflicht für Dialogbuchen: Saubere Fehlermeldung und Behandlung
[kivitendo-erp.git] / bin / mozilla / gl.pl
index 91a15c2..6766116 100644 (file)
@@ -1339,9 +1339,7 @@ sub post {
   my $locale   = $main::locale;
 
   if ($::myconfig{mandatory_departments} && !$form->{department_id}) {
-    $form->{saved_message} = $::locale->text('You have to specify a department.');
-    update();
-    exit;
+    $form->error($locale->text('You have to specify a department.'));
   }
 
   $form->{title}  = $locale->text("$form->{title} General Ledger Transaction");