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