Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2f694073

Von Jan Büren vor fast 3 Jahren hinzugefügt

  • ID 2f6940734c82a38deabd449d1a2ef1f6768995b0
  • Vorgänger e9b11e12
  • Nachfolger 7a61cce3

VK-Rechnung 'als bezahlt markieren' für den Typ final_invoice erlauben

Unabhängig von der Mandantenkonfiguration

Unterschiede anzeigen:

bin/mozilla/is.pl
385 385
          disabled => !$may_edit_create ? t8('You must not change this invoice.')
386 386
                    : !$form->{id}      ? t8('This invoice has not been posted yet.')
387 387
                    :                     undef,
388
          only_if  => $::instance_conf->get_is_show_mark_as_paid && $form->{type} ne "invoice_for_advance_payment",
388
          only_if  => ($::instance_conf->get_is_show_mark_as_paid && $form->{type} ne "invoice_for_advance_payment") || $form->{type} eq 'final_invoice',
389 389
        ],
390 390
      ], # end of combobox "Post"
391 391

  

Auch abrufbar als: Unified diff