Revision 98d5d542
Von Jan Büren vor etwa 4 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
1885 | 1885 |
action => [ |
1886 | 1886 |
t8('Save and E-mail'), |
1887 | 1887 |
call => [ 'kivi.Order.save', 'save_and_show_email_dialog', $::instance_conf->get_order_warn_duplicate_parts ], |
1888 |
disabled => !$self->order->id ? t8('This object has not been saved yet.') : undef, |
|
1888 | 1889 |
], |
1889 | 1890 |
action => [ |
1890 | 1891 |
t8('Download attachments of all parts'), |
Auch abrufbar als: Unified diff
Order-Controller E-Mail nur nach Speichern möglich
Hotfix um einen wirklich gesicherte $::form zu haben