- Coupon - add rule AJAX
This commit is contained in:
gmorel
2013-09-09 16:40:53 +02:00
parent 849520eff9
commit b778898d92
23 changed files with 689 additions and 132 deletions

View File

@@ -82,7 +82,7 @@ class CouponRuleCollection
*/
public function isEmpty()
{
return isEmpty($this->rules);
return (empty($this->rules));
}
/**