mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Don't show expense categories in history
This commit is contained in:
parent
0267b84b73
commit
29a014df20
@ -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…
x
Reference in New Issue
Block a user