@@ -35,7 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | //add filter for item type user roles by current user role |
| 37 | 37 | $selectOptions['where'][] = [ |
| 38 | - [Item\Offer\Price\Type::index(), NULL, 'is'], |
|
| 38 | + [Item\Offer\Price\Type::index(), null, 'is'], |
|
| 39 | 39 | [ |
| 40 | 40 | [Item\Offer\Price\Type::colPrefix() . 'roles', '', '=', 'OR'], |
| 41 | 41 | [Item\Offer\Price\Type::colPrefix() . 'roles', '%|' . \Users\User::$cur->role_id . '|%', 'LIKE', 'OR'], |