From e8239bbf37e659101731934fb82656533da531a1 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 20 Nov 2015 08:30:30 +1100 Subject: [PATCH] Added InvoiceStatus to static api call --- app/Http/routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/routes.php b/app/Http/routes.php index 2251193bbcc1..33b3e8e3a329 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -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));