Revision ac41603d
Von freiphone vor mehr als 7 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
344 | 344 |
checks => [ @req_trans_desc ], |
345 | 345 |
disabled => !$form->{id} && $form->{locked} ? t8('The billing period has already been locked.') : undef, |
346 | 346 |
], |
347 |
action => [ t8('Print and Post'), |
|
348 |
call => [ 'kivi.SalesPurchase.show_print_dialog', $form->{id} ? 'print' : 'print_and_post' ], |
|
349 |
checks => [ @req_trans_desc ], |
|
350 |
disabled => $form->{id} ? t8('This invoice has already been posted.') : undef,, |
|
351 |
], |
|
347 | 352 |
action => [ t8('E Mail'), |
348 | 353 |
call => [ 'kivi.SalesPurchase.show_email_dialog' ], |
349 | 354 |
checks => [ @req_trans_desc ], |
Auch abrufbar als: Unified diff
Drucken und Buchen