mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 12:54:29 -04:00
Merge pull request #539 from turbo124/master
Added InvoiceStatus to static api call
This commit is contained in:
commit
9a3a0ae485
@ -509,6 +509,7 @@ if (!defined('CONTACT_EMAIL')) {
|
||||
'paymentTypes' => 'App\Models\PaymentType',
|
||||
'countries' => 'App\Models\Country',
|
||||
'invoiceDesigns' => 'App\Models\InvoiceDesign',
|
||||
'invoiceStatus' => 'App\Models\InvoiceStatus',
|
||||
];
|
||||
define('CACHED_TABLES', serialize($cachedTables));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user