Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c7d07463

Von Bernd Bleßmann vor 9 Tagen hinzugefügt

  • ID c7d07463361809102d69b734582aa2ad6898f1fa
  • Vorgänger 6fb744b2

Sichtbarkeit neuer Belege: Einstellung bei Workflows berücksichtigen

Unterschiede anzeigen:

bin/mozilla/is.pl
548 548
          t8('Reclamation'),
549 549
          submit   => ['#form', { action => "sales_reclamation" }], # can't call Reclamation directly
550 550
          disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
551
          only_if   => ($::form->{type} eq 'invoice' && !$::form->{storno}),
551
          only_if  => ($::instance_conf->get_show_sales_reclamation && $::form->{type} eq 'invoice' && !$::form->{storno}),
552 552
        ],
553 553
      ], # end of combobox "Workflow"
554 554

  

Auch abrufbar als: Unified diff