[-] BO : voucher creation in the order detail fixed
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12718 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -477,8 +477,6 @@ class CartRuleCore extends ObjectModel
|
||||
if ($this->minimum_amount_currency != Configuration::get('PS_CURRENCY_DEFAULT'))
|
||||
{
|
||||
$minimumAmountCurrency = new Currency($this->minimum_amount_currency);
|
||||
//p($this->minimum_amount_currency);
|
||||
|
||||
if ($this->minimum_amount == 0 || $minimumAmountCurrency->conversion_rate == 0)
|
||||
$minimum_amount = 0;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user