Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3ddf1e88

Von Sven Schöling vor mehr als 7 Jahren hinzugefügt

  • ID 3ddf1e88afb0c817509b80ea4f8466842c349f43
  • Vorgänger 71a73049
  • Nachfolger bdbe2ca0

ActionBar: Korrekte actions für purchase_order und request_for_quotation

Unterschiede anzeigen:

bin/mozilla/oe.pl
366 366
        ],
367 367
        action => [
368 368
          t8('Purchase Order'),
369
          submit   => [ '#form', { action => "sales_order" } ],
369
          submit   => [ '#form', { action => "purchase_order" } ],
370 370
          disabled => !$form->{id} ? t8('This record has not been saved yet.') : undef,
371 371
          only_if  => $params{is_req_quo},
372 372
        ],
......
389 389
        ],
390 390
        action => [
391 391
          t8('Request for Quotation'),
392
          submit   => [ '#form', { action => "reqest_for_quotation" } ],
392
          submit   => [ '#form', { action => "request_for_quotation" } ],
393 393
          disabled => !$form->{id} ? t8('This record has not been saved yet.') : undef,
394 394
        ],
395 395
      ], # end of combobox "Workflow"

Auch abrufbar als: Unified diff