Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5d7a7cb5

Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt

  • ID 5d7a7cb5da29bf5ba69e1bff22a2a2620d989ee8
  • Vorgänger d9bb0bb9
  • Nachfolger fe66a56c

"Beleg ohne Positionen speichern erlauben" in Mandantenkonfig einstellbar

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
1750 1750
  my $errors = [];
1751 1751
  my $db     = $self->reclamation->db;
1752 1752

  
1753
  if (scalar @{$self->reclamation->items} == 0) {
1753
  if (scalar @{$self->reclamation->items} == 0 && !grep { $self->type eq $_ } @{$::instance_conf->get_allowed_documents_with_no_positions() || []}) {
1754 1754
    return [t8('The action you\'ve chosen has not been executed because the document does not contain any item yet.')];
1755 1755
  }
1756 1756

  

Auch abrufbar als: Unified diff