Skip to content

Commit

Permalink
Fixed: custom fields can now be removed from category
Browse files Browse the repository at this point in the history
Fixes #282
  • Loading branch information
inghamn committed Sep 13, 2016
1 parent b059312 commit 16eaefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crm/Models/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function setCustomFields($json=null)
}
}
else {
unset($this->data['customFields']);
$this->data['customFields'] = null;
}
}

Expand Down

0 comments on commit 16eaefe

Please sign in to comment.