Revision 965a8ee1
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
246 | 246 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
247 | 247 |
], |
248 | 248 |
(action => [ |
249 |
t8('mark as paid'),
|
|
249 |
t8('Mark as paid'),
|
|
250 | 250 |
submit => [ '#form', { action_mark_as_paid => 1 } ], |
251 | 251 |
confirm => t8('This will remove the invoice from showing as unpaid even if the unpaid amount does not match the amount. Proceed?'), |
252 | 252 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
Auch abrufbar als: Unified diff
ActionBar: Übersetzungen