From b9e7daf0b701b3ed9d788d3e02fc910d6a9b318e Mon Sep 17 00:00:00 2001 From: fBrignoli Date: Tue, 20 Sep 2011 15:45:48 +0000 Subject: [PATCH] [-] LO : Undefined field description git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8665 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/LocalizationPack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/LocalizationPack.php b/classes/LocalizationPack.php index 8399adde8..7962142aa 100644 --- a/classes/LocalizationPack.php +++ b/classes/LocalizationPack.php @@ -225,7 +225,7 @@ class LocalizationPackCore $tr->zipcode_from = $zipcode_from; $tr->zipcode_to = $zipcode_to; $tr->behavior = $behavior; - $tr->description = $description; + $tr->description = ''; $tr->id_tax = $assoc_taxes[strval($rule_attributes['id_tax'])]; $tr->save(); }