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/ir.pl
438 438
          t8('Reclamation'),
439 439
          submit   => ['#form', { action => "purchase_reclamation" }], # can't call Reclamation directly
440 440
          disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
441
          only_if   => ($::form->{type} eq 'purchase_invoice')
441
          only_if  => ($::instance_conf->get_show_purchase_reclamation && $::form->{type} eq 'purchase_invoice')
442 442
        ],
443 443
       ], # end of combobox "Workflow"
444 444

  

Auch abrufbar als: Unified diff