[-] FO : #PSFV-813 - Fix bug with partial cartrules and free order

This commit is contained in:
mDeflotte
2012-04-25 08:51:13 +00:00
parent 2d284d6d95
commit ca2bdaa1e8
+1 -1
View File
@@ -371,7 +371,7 @@ abstract class PaymentModuleCore extends Module
if (count($order_list) == 1 && $values['tax_incl'] > $order->total_products_wt && $cart_rule['obj']->partial_use == 1 && $cart_rule['obj']->reduction_amount > 0)
{
// Create a new voucher from the original
$voucher = clone $cart_rule['obj'];
$voucher = new CartRule($cart_rule['obj']->id); // We need to instantiate the CartRule without lang parameter to allow saving it
unset($voucher->id);
// Set a new voucher code