// fix little bug on AdminOrdersController
[~] Deprecated: Cart::getOrderShippingCost() git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10818 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -344,7 +344,7 @@ class OrderCore extends ObjectModel
|
||||
$cart->update();
|
||||
|
||||
/* Update order */
|
||||
$shippingDiff = $this->total_shipping - $cart->getOrderShippingCost();
|
||||
$shippingDiff = $this->total_shipping - $cart->getPackageShippingCost();
|
||||
$this->total_products -= $productPriceWithoutTax;
|
||||
|
||||
// After upgrading from old version
|
||||
|
||||
Reference in New Issue
Block a user