This commit is contained in:
rahul shukla 2020-01-28 16:06:25 +05:30
parent 3144720c48
commit c3d3473738
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class AttributeRepository extends Repository
$data['value_per_channel'] = $data['value_per_locale'] = 0;
}
if (! in_array($data['type'], ['select', 'multiselect', 'price'])) {
if (! in_array($data['type'], ['select', 'multiselect', 'price', 'checkbox'])) {
$data['is_filterable'] = 0;
}