mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix for expense documents
This commit is contained in:
parent
8c2e5ebdbf
commit
d53d7739b4
@ -1857,11 +1857,13 @@ class Account extends Eloquent
|
||||
|
||||
public function isModuleEnabled($entityType)
|
||||
{
|
||||
if (in_array($entityType, [
|
||||
ENTITY_CLIENT,
|
||||
ENTITY_INVOICE,
|
||||
ENTITY_PRODUCT,
|
||||
ENTITY_PAYMENT,
|
||||
if ( ! in_array($entityType, [
|
||||
ENTITY_RECURRING_INVOICE,
|
||||
ENTITY_CREDIT,
|
||||
ENTITY_QUOTE,
|
||||
ENTITY_TASK,
|
||||
ENTITY_EXPENSE,
|
||||
ENTITY_VENDOR,
|
||||
])) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user