[-] LO : Undefined field description

This commit is contained in:
fBrignoli
2011-09-20 15:45:48 +00:00
parent c02a346a72
commit 5f9b669cf9
+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();
}