Added InvoiceStatus to static api call

This commit is contained in:
David Bomba 2015-11-20 08:30:30 +11:00
parent d35b0f7f35
commit e8239bbf37

View File

@ -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));