Added missing $this->setFieldsValue($effects);
This commit is contained in:
@@ -75,6 +75,9 @@ abstract class AbstractRemoveOnCategories extends CouponAbstract implements Amou
|
|||||||
$this->category_list = isset($effects[self::CATEGORIES_LIST]) ? $effects[self::CATEGORIES_LIST] : array();
|
$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);
|
if (! is_array($this->category_list)) $this->category_list = array($this->category_list);
|
||||||
|
|
||||||
|
$this->setFieldsValue($effects);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user