forked from Wavyzz/dolibarr
Fix: W3C
This commit is contained in:
@@ -360,7 +360,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
|
|||||||
print '<td>'.$langs->trans('Comments').'</td></tr>';
|
print '<td>'.$langs->trans('Comments').'</td></tr>';
|
||||||
|
|
||||||
$rowspan=5;
|
$rowspan=5;
|
||||||
if ($conf->use_javascript_ajax) $rowspan++;
|
if ($conf->use_javascript_ajax && !empty($conf->global->MAIN_JS_ON_PAYMENT)) $rowspan++;
|
||||||
|
|
||||||
// Payment mode
|
// Payment mode
|
||||||
print '<tr><td><span class="fieldrequired">'.$langs->trans('PaymentMode').'</span></td><td>';
|
print '<tr><td><span class="fieldrequired">'.$langs->trans('PaymentMode').'</span></td><td>';
|
||||||
|
|||||||
Reference in New Issue
Block a user