Fixing style errors.

This commit is contained in:
stickler-ci 2022-09-01 19:17:42 +00:00
parent 33e112eda7
commit 9a7ad0a7dc

View File

@ -1075,7 +1075,7 @@ if ($resql) {
exit;
}
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url);
$param = '';
@ -1535,7 +1535,6 @@ if ($resql) {
}
// Total Amount (TTC / gross)
if (!empty($arrayfields['c.total_ttc']['checked'])) {
print '<td class="liste_titre right">';
print '<input class="flat" type="text" size="5" name="search_total_ttc" value="'.$search_total_ttc.'">';
print '</td>';
@ -1554,7 +1553,6 @@ if ($resql) {
}
// Amount HT/net in foreign currency
if (!empty($arrayfields['c.multicurrency_total_ht']['checked'])) {
print '<td class="liste_titre right">';
print '<input class="flat" type="text" size="4" name="search_multicurrency_montant_ht" value="'.dol_escape_htmltag($search_multicurrency_montant_ht).'">';
print '</td>';