Fix for tests
This commit is contained in:
parent
07e98da626
commit
a3df7e7558
1 changed files with 1 additions and 2 deletions
|
|
@ -226,8 +226,7 @@
|
|||
|
||||
@if ($payment)
|
||||
$('#saveButton').attr('disabled', true);
|
||||
submitAjax();
|
||||
return false;
|
||||
return true;
|
||||
@else
|
||||
// warn if amount is more than balance/credit will be created
|
||||
var invoiceId = $('input[name=invoice]').val();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue