Merge pull request #19546 from javieralapps4up/develop
FIX When you pay an invoice, you can send the payment multiple times.
This commit is contained in:
commit
449cbcdf46
@ -5042,7 +5042,7 @@ class Form
|
||||
}
|
||||
$formconfirm .= '<br>';
|
||||
|
||||
if (empty($conf->use_javascript_ajax)) {
|
||||
if (!empty($conf->use_javascript_ajax)) {
|
||||
$formconfirm .= '<!-- code to disable button to avoid double clic -->';
|
||||
$formconfirm .= '<script type="text/javascript">'."\n";
|
||||
$formconfirm .= '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user