Revision 3ddf1e88
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
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
ActionBar: Korrekte actions für purchase_order und request_for_quotation