Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b8d23827

Von Jan Büren vor mehr als 7 Jahren hinzugefügt

  • ID b8d23827032a5a0cd16c9e3e95b59595d9119cd4
  • Vorgänger d3856535
  • Nachfolger 4487bcbf

Abteilungspflicht für Dialogbuchen: Saubere Fehlermeldung und Behandlung

Unterschiede anzeigen:

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