Revision 0b08a38f
Von Bernd Bleßmann vor 12 Monaten hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2494 | 2494 |
checks => [ @req_trans_cost_art, @req_cusordnumber ], |
2495 | 2495 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
2496 | 2496 |
: $is_final_version ? t8('This record is the final version. Please create a new sub-version') : undef, |
2497 |
only_if => $self->type_data->show_menu('save_and_print'), |
|
2497 | 2498 |
], |
2498 | 2499 |
action => [ |
2499 | 2500 |
t8('Save and print'), |
... | ... | |
2503 | 2504 |
checks => [ @req_trans_cost_art, @req_cusordnumber ], |
2504 | 2505 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
2505 | 2506 |
: $is_final_version ? t8('This record is the final version. Please create a new sub-version') : undef, |
2507 |
only_if => $self->type_data->show_menu('save_and_print'), |
|
2506 | 2508 |
], |
2507 | 2509 |
action => [ |
2508 | 2510 |
($is_final_version ? t8('E-mail') : t8('Save and E-mail')), |
... | ... | |
2515 | 2517 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
2516 | 2518 |
: !$self->order->id ? t8('This object has not been saved yet.') |
2517 | 2519 |
: undef, |
2520 |
only_if => $self->type_data->show_menu('save_and_email'), |
|
2518 | 2521 |
], |
2519 | 2522 |
action => [ |
2520 | 2523 |
t8('Download attachments of all parts'), |
Auch abrufbar als: Unified diff
Lieferantenauftragsbestätigung: Nicht drucken, nicht per Mail verschicken.
Erscheint mir beides hier nicht sinnvoll.
Funktionalität ist aber da; Druckvorlagen fehlen noch.