[-] LO : Undefined field description

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8665 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2011-09-20 15:45:48 +00:00
parent 6bc3640449
commit b9e7daf0b7
+1 -1
View File
@@ -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();
}