Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 31d60fb4

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

  • ID 31d60fb411da69bd9b1c52a4a1ac78483db91e40
  • Vorgänger 6d1b1f7d
  • Nachfolger c2f92862

Anzahlungs-Rg.: Keine Zahlungsaktionen

Unterschiede anzeigen:

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

  

Auch abrufbar als: Unified diff