// Revert a line removed by error

This commit is contained in:
mDeflotte
2012-05-03 08:15:03 +00:00
parent 7dc370a8da
commit ecbbfef43e
+1
View File
@@ -197,6 +197,7 @@ class OrderOpcControllerCore extends ParentOrderController
if (!count($this->errors))
{
$result = $this->_getCarrierList();
// Wrapping fees
$wrapping_fees = (float)(Configuration::get('PS_GIFT_WRAPPING_PRICE'));
$wrapping_fees_tax = new Tax((int)(Configuration::get('PS_GIFT_WRAPPING_TAX')));