GX-Bug #45217 » AdminOrderActionExtender-fix.patch
| src/admin/orders.php (revision ) | ||
|---|---|---|
| 488 | 488 |
} |
| 489 | 489 | |
| 490 | 490 |
$coo_order_action_extender_component->set_data('order_updated', $order_updated);
|
| 491 |
$coo_order_action_extender_component->proceed(); |
|
| 492 | 491 | |
| 493 | 492 |
xtc_redirect(xtc_href_link(FILENAME_ORDERS, xtc_get_all_get_params(array ('action')).'action=edit'));
|
| 494 | 493 | |
| ... | ... | |
| 621 | 620 |
} |
| 622 | 621 | |
| 623 | 622 |
$coo_order_action_extender_component->set_data('order_updated', $order_updated);
|
| 624 |
$coo_order_action_extender_component->proceed(); |
|
| 625 | 623 | |
| 626 | 624 |
xtc_redirect(xtc_href_link(FILENAME_ORDERS, xtc_get_all_get_params(array ('action')).'action=edit'));
|
| 627 | 625 |
} |
| ... | ... | |
| 645 | 643 |
xtc_remove_order($oID, $_POST['restock'], false, $_POST['reshipp']); |
| 646 | 644 |
} |
| 647 | 645 | |
| 648 |
$coo_order_action_extender_component->proceed(); |
|
| 649 | 646 |
xtc_redirect(xtc_href_link(FILENAME_ORDERS, xtc_get_all_get_params(array ('oID', 'action'))));
|
| 650 | 647 |
} |
| 651 | 648 |
break; |