1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Enable resubmitting form if invoice fails to save

This commit is contained in:
Hillel Coren 2016-09-25 13:42:15 +03:00
parent f3a9f88107
commit ae2c9d6252

View File

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