diff --git a/app/Libraries/HistoryUtils.php b/app/Libraries/HistoryUtils.php index 7acb395e6d5d..8c4266a2e076 100644 --- a/app/Libraries/HistoryUtils.php +++ b/app/Libraries/HistoryUtils.php @@ -62,7 +62,8 @@ class HistoryUtils { if ($entity->isEntityType(ENTITY_CREDIT) || $entity->isEntityType(ENTITY_PAYMENT) - || $entity->isEntityType(ENTITY_VENDOR)) { + || $entity->isEntityType(ENTITY_VENDOR) + || $entity->isEntityType(ENTITY_EXPENSE_CATEGORY)) { return; }