// Revert normalization
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8019 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1010,7 +1010,7 @@ class Twenga extends PaymentModule
|
||||
$condition = '';
|
||||
if(strlen((string)$version) < 2)
|
||||
$version = (string)$version.'0';
|
||||
if ((int)substr($version, 0, 2) >= 14)
|
||||
if((int)substr($version, 0, 2) >= 14)
|
||||
$condition = (($product->condition === 'new') ? 0 : 1);
|
||||
|
||||
$price = $product->getPrice(true, (isset($combination['id_combination']) ? $combination['id_combination'] : NULL), 2);
|
||||
|
||||
Reference in New Issue
Block a user