Merge pull request #539 from turbo124/master
Added InvoiceStatus to static api call
This commit is contained in:
commit
9a3a0ae485
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue