// Fix #PSCFV-4916

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17847 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-10-12 13:25:12 +00:00
parent 2c9885896b
commit 54cf5fda7b
4 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ class AdminOrdersControllerCore extends AdminController
$use_existings_payment = false;
if (!$order->hasInvoice())
$use_existings_payment = true;
$history->changeIdOrderState($order_state->id, $order->id, $use_existings_payment);
$history->changeIdOrderState((int)$order_state->id, $order, $use_existings_payment);
$carrier = new Carrier($order->id_carrier, $order->id_lang);
$templateVars = array();