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