Merge pull request #539 from turbo124/master

Added InvoiceStatus to static api call
This commit is contained in:
David Bomba 2015-11-20 08:31:20 +11:00
commit 9a3a0ae485

View File

@ -509,6 +509,7 @@ if (!defined('CONTACT_EMAIL')) {
'paymentTypes' => 'App\Models\PaymentType', 'paymentTypes' => 'App\Models\PaymentType',
'countries' => 'App\Models\Country', 'countries' => 'App\Models\Country',
'invoiceDesigns' => 'App\Models\InvoiceDesign', 'invoiceDesigns' => 'App\Models\InvoiceDesign',
'invoiceStatus' => 'App\Models\InvoiceStatus',
]; ];
define('CACHED_TABLES', serialize($cachedTables)); define('CACHED_TABLES', serialize($cachedTables));