forked from Wavyzz/dolibarr
Update html.form.class.php
When you pay an invoice, you can send the payment multiple times.
This commit is contained in:
@@ -5018,7 +5018,7 @@ class Form
|
|||||||
}
|
}
|
||||||
$formconfirm .= '<br>';
|
$formconfirm .= '<br>';
|
||||||
|
|
||||||
if (empty($conf->use_javascript_ajax)) {
|
if (!empty($conf->use_javascript_ajax)) {
|
||||||
$formconfirm .= '<!-- code to disable button to avoid double clic -->';
|
$formconfirm .= '<!-- code to disable button to avoid double clic -->';
|
||||||
$formconfirm .= '<script type="text/javascript">'."\n";
|
$formconfirm .= '<script type="text/javascript">'."\n";
|
||||||
$formconfirm .= '
|
$formconfirm .= '
|
||||||
|
|||||||
Reference in New Issue
Block a user