X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/060380002a3e07d5ee1dae17e12ba168d9a73c3c..98d5d542e52b9c4b01a3c1f98ffa91a3df0b8f81:/SL/Controller/Order.pm diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index 12b9bae64..f3eed7c38 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -1885,6 +1885,7 @@ sub setup_edit_action_bar { action => [ t8('Save and E-mail'), call => [ 'kivi.Order.save', 'save_and_show_email_dialog', $::instance_conf->get_order_warn_duplicate_parts ], + disabled => !$self->order->id ? t8('This object has not been saved yet.') : undef, ], action => [ t8('Download attachments of all parts'),