Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cc5d0de1

Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt

  • ID cc5d0de151e665a8b0fb2ec223a0e1a8da367b82
  • Vorgänger 6583ead0
  • Nachfolger fb5bcaea

Auftrags-Controller: WF Kunden-Angebot/-Auftrag -> Preisanfrage

Unterschiede anzeigen:

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