Enable resubmitting form if invoice fails to save
This commit is contained in:
parent
f3a9f88107
commit
ae2c9d6252
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue