Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a4193657

Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt

  • ID a4193657f8fb28966959276593999192abf70ca2
  • Vorgänger 3ab333a0
  • Nachfolger cae81a93

Anzahlungs-Rg.: Keine Zahlungsaktionen

Unterschiede anzeigen:

bin/mozilla/is.pl
342 342
                    : !$form->{id}                ? t8('This invoice has not been posted yet.')
343 343
                    : $is_linked_bank_transaction ? t8('This transaction is linked with a bank transaction. Please undo and redo the bank transaction booking if needed.')
344 344
                    :                               undef,
345
          only_if  => $form->{type} ne "invoice_for_advance_payment",
345 346
        ],
346 347
        action => [ t8('Mark as paid'),
347 348
          submit   => [ '#form', { action => "mark_as_paid" } ],
......
349 350
          disabled => !$may_edit_create ? t8('You must not change this invoice.')
350 351
                    : !$form->{id}      ? t8('This invoice has not been posted yet.')
351 352
                    :                     undef,
352
          only_if  => $::instance_conf->get_is_show_mark_as_paid,
353
          only_if  => $::instance_conf->get_is_show_mark_as_paid && $form->{type} ne "invoice_for_advance_payment",
353 354
        ],
354 355
      ], # end of combobox "Post"
355 356

  

Auch abrufbar als: Unified diff