Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e8666b84

Von Jan Büren vor etwa 1 Jahr hinzugefügt

KB: Stornos nicht erlauben, wenn eine Zahlung verknüpft ist

Unterschiede anzeigen:

bin/mozilla/ap.pl
1489 1489
                    : $is_storno           ? t8('Reversal invoices cannot be canceled.')
1490 1490
                    : $::form->{totalpaid} ? t8('Invoices with payments cannot be canceled.')
1491 1491
                    : $has_sepa_exports    ? t8('This invoice has been linked with a sepa export, undo this first.')
1492
                    : $is_linked_gl_transaction ? t8('This transaction is linked with a gl transaction. Please delete the ap transaction booking if needed.')
1492
                    : $is_linked_gl_transaction   ? t8('This transaction is linked with a gl transaction. Please delete the ap transaction booking if needed.')
1493
                    : $is_linked_bank_transaction ? t8('This transaction is linked with a bank transaction. Please undo and redo the bank transaction booking if needed.')
1493 1494
                    :                        undef,
1494 1495
        ],
1495 1496
        action => [ t8('Delete'),

Auch abrufbar als: Unified diff