Revision b8d23827
Von Jan Büren vor mehr als 7 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
1339 | 1339 |
my $locale = $main::locale; |
1340 | 1340 |
|
1341 | 1341 |
if ($::myconfig{mandatory_departments} && !$form->{department_id}) { |
1342 |
$form->{saved_message} = $::locale->text('You have to specify a department.'); |
|
1343 |
update(); |
|
1344 |
exit; |
|
1342 |
$form->error($locale->text('You have to specify a department.')); |
|
1345 | 1343 |
} |
1346 | 1344 |
|
1347 | 1345 |
$form->{title} = $locale->text("$form->{title} General Ledger Transaction"); |
Auch abrufbar als: Unified diff
Abteilungspflicht für Dialogbuchen: Saubere Fehlermeldung und Behandlung