Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e7a47ffb

Von Bernd Bleßmann vor 4 Tagen hinzugefügt

  • ID e7a47ffb5a3d7217f941f11b9d26a17394adefc8
  • Vorgänger bb853414
  • Nachfolger 953b448e

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