[-] BO : voucher creation in the order detail fixed

This commit is contained in:
dMetzger
2012-01-26 14:34:58 +00:00
parent 51c0bf56f0
commit 96a58849a2
3 changed files with 59 additions and 22 deletions
-2
View File
@@ -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