Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 66e56cbe

Von Jan Büren vor mehr als 5 Jahren hinzugefügt

  • ID 66e56cbefec339d0d239c66adf8a42daea01c912
  • Vorgänger 405928eb
  • Nachfolger 51b0e217

Dialogbuchung: Mehrfach-Stornos oder Löschen von Stornos verbieten

Unterschiede anzeigen:

bin/mozilla/gl.pl
994 994
        action => [ t8('Storno'),
995 995
          submit   => [ '#form', { action => 'storno' } ],
996 996
          confirm  => t8('Do you really want to cancel this general ledger transaction?'),
997
          disabled => !$form->{id} ? t8('This general ledger transaction has not been posted yet.') : undef,
997
          disabled => !$form->{id}    ? t8('This general ledger transaction has not been posted yet.')
998
                    : $form->{storno} ? t8('A canceled general ledger transaction cannot be canceled again.')
999
                    : undef,
998 1000
        ],
999 1001
        action => [ t8('Delete'),
1000 1002
          submit   => [ '#form', { action => 'delete' } ],
......
1004 1006
                    : $change_never            ? t8('Changing invoices has been disabled in the configuration.')
1005 1007
                    : $change_on_same_day_only ? t8('Invoices can only be changed on the day they are posted.')
1006 1008
                    : $is_linked_bank_transaction ? t8('This transaction is linked with a bank transaction. Please undo and redo the bank transaction booking if needed.')
1009
                    : $form->{storno}             ? t8('A canceled general ledger transaction cannot be deleted.')
1007 1010
                    :                            undef,
1008 1011
        ],
1009 1012
      ], # end of combobox "Storno"

Auch abrufbar als: Unified diff