[-] FO : recycled package should be disabled by default (because the option can be deactivated) #PSCFV-6639

This commit is contained in:
Damien Metzger
2013-01-15 15:37:02 +01:00
parent 4526b48acc
commit 50ab651c4f
+1 -1
View File
@@ -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;