From ae2c9d6252e4f8af03efdc4c38401d6074b7ca95 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 25 Sep 2016 13:42:15 +0300 Subject: [PATCH] Enable resubmitting form if invoice fails to save --- app/Http/Controllers/InvoiceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/InvoiceController.php b/app/Http/Controllers/InvoiceController.php index b25581ea1df8..0cbe8a43a23e 100644 --- a/app/Http/Controllers/InvoiceController.php +++ b/app/Http/Controllers/InvoiceController.php @@ -429,7 +429,7 @@ class InvoiceController extends BaseController { $data = $request->input(); $data['documents'] = $request->file('documents'); - testindfasdfa(); + $action = Input::get('action'); $entityType = Input::get('entityType');