mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 07:44:35 -04:00
Enable resubmitting form if invoice fails to save
This commit is contained in:
parent
f3a9f88107
commit
ae2c9d6252
@ -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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user