Revision c45d7eed
Von Bernd Bleßmann vor etwa 5 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
t8('E Mail'),
|
||
call => [ 'kivi.SalesPurchase.show_email_dialog' ],
|
||
checks => [ 'kivi.validate_form' ],
|
||
disabled => !$::form->{id} ? t8('This record has not been saved yet.') : undef,
|
||
],
|
||
], # end of combobox "Export"
|
||
|
bin/mozilla/oe.pl | ||
---|---|---|
],
|
||
action => [
|
||
t8('E Mail'),
|
||
call => [ 'kivi.SalesPurchase.show_email_dialog' ],
|
||
checks => [ 'kivi.validate_form' ],
|
||
call => [ 'kivi.SalesPurchase.show_email_dialog' ],
|
||
checks => [ 'kivi.validate_form' ],
|
||
disabled => !$form->{id} ? t8('This record has not been saved yet.') : undef,
|
||
],
|
||
action => [
|
||
t8('Download attachments of all parts'),
|
Auch abrufbar als: Unified diff
Angebot / Auftrag (alte Masken) / Lieferschein: nur Mailen, wenn gespeichert
Behebt #418 (redmine).