Revision 2b260ba4
Von Sven Schöling vor fast 14 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1944 | 1944 |
foreach my $action (qw(delete delivery_order e_mail invoice print purchase_order purchase_order quotation |
1945 | 1945 |
request_for_quotation sales_order sales_order save save_and_close save_as_new ship_to update)) { |
1946 | 1946 |
if ($::form->{"action_${action}"}) { |
1947 |
$::form->{dispatched_action} = $action; |
|
1947 | 1948 |
call_sub($action); |
1948 | 1949 |
return; |
1949 | 1950 |
} |
Auch abrufbar als: Unified diff
Dispatcher Mechanismus schlägt bei resubmit fehl.
Fix für Bug 1581.
Damit dispatcher funktioniert, muss zusätzlich zu action=dispatcher auch noch
die dispatchte action übergeben werden.