From: Jan Büren Date: Mon, 17 Jul 2017 13:19:43 +0000 (+0200) Subject: Abteilungspflicht für Dialogbuchen: Saubere Fehlermeldung und Behandlung X-Git-Tag: release-3.5.4~1004 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b8d23827032a5a0cd16c9e3e95b59595d9119cd4;p=kivitendo-erp.git Abteilungspflicht für Dialogbuchen: Saubere Fehlermeldung und Behandlung --- diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 91a15c218..676611682 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -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");