Fixing style errors.

This commit is contained in:
stickler-ci 2021-02-01 08:34:12 +00:00
parent 6b451bd870
commit 7966c6ed6d

View File

@ -396,7 +396,7 @@ if ($resql)
if (!empty($arrayfields['cr.date_sync']['checked']))
{
print '<td class="liste_titre" align="left">';
print $form->selectDate(dol_print_date($search_date_sync, "%Y-%m-%d" ), 'search_date_sync', 0, 0, 1);
print $form->selectDate(dol_print_date($search_date_sync, "%Y-%m-%d"), 'search_date_sync', 0, 0, 1);
print $form->selectDate(dol_print_date($search_date_sync_end, "%Y-%m-%d"), 'search_date_sync_end', 0, 0, 1);
print '</td>';
}