Don't show expense categories in history
This commit is contained in:
parent
0267b84b73
commit
29a014df20
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue