From 50ab651c4fcdcb0a9df9e9deba450b9fdc4396ce Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Tue, 15 Jan 2013 15:37:02 +0100 Subject: [PATCH] [-] FO : recycled package should be disabled by default (because the option can be deactivated) #PSCFV-6639 --- classes/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Cart.php b/classes/Cart.php index 29df1bf63..2ef75e611 100644 --- a/classes/Cart.php +++ b/classes/Cart.php @@ -51,7 +51,7 @@ class CartCore extends ObjectModel public $id_lang; /** @var boolean True if the customer wants a recycled package */ - public $recyclable = 1; + public $recyclable = 0; /** @var boolean True if the customer wants a gift wrapping */ public $gift = 0;