Added missing $this->setFieldsValue($effects);

This commit is contained in:
Franck Allimant
2014-06-17 15:28:35 +02:00
parent 5534780e3c
commit 6f12882850

View File

@@ -75,6 +75,9 @@ abstract class AbstractRemoveOnCategories extends CouponAbstract implements Amou
$this->category_list = isset($effects[self::CATEGORIES_LIST]) ? $effects[self::CATEGORIES_LIST] : array();
if (! is_array($this->category_list)) $this->category_list = array($this->category_list);
$this->setFieldsValue($effects);
return $this;
}
/**