Revision cc5d0de1
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2295 | 2295 |
action => [ |
2296 | 2296 |
t8('Save and RFQ'), |
2297 | 2297 |
call => [ 'kivi.submit_ajax_form', $self->url_for(action => "save_and_order_workflow", to_type => request_quotation_type()), '#order_form' ], |
2298 |
only_if => (any { $self->type eq $_ } (purchase_order_type())), |
|
2298 |
only_if => (any { $self->type eq $_ } (sales_order_type(), sales_quotation_type(), purchase_order_type())),
|
|
2299 | 2299 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') : undef, |
2300 | 2300 |
], |
2301 | 2301 |
action => [ |
Auch abrufbar als: Unified diff
Auftrags-Controller: WF Kunden-Angebot/-Auftrag -> Preisanfrage