diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b5fbe2282de..b25f67deccc 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1480,10 +1480,17 @@ if ($_GET['action'] == 'create') if ($conf->service->enabled) { print '
| '; print $langs->trans('From').' '; + print ' | ';
print $html->select_date('','date_start'.$i,0,0,1,"add");
- print ' '.$langs->trans('to').' '; + print ' | '; + print $langs->trans('to').' '; + print ' | '; print $html->select_date('','date_end'.$i,0,0,1,"add"); + print ' |