diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php index 1fcd73f0ddc85dc12af5402258ced341f0c44025..834131a86a8c921adb235df2d9230d65d8f626e3 100644 --- a/htdocs/societe/consumption.php +++ b/htdocs/societe/consumption.php @@ -365,7 +365,7 @@ if ($sql_select) print '<td class="liste_titre" align="left">'; print '<input class="flat" type="text" name="sref" size="8" value="'.$sref.'">'; print '</td>'; - print '<td class="liste_titre nowrap">'; // date + print '<td class="liste_titre nowrap center">'; // date print $formother->select_month($month?$month:-1,'month',1); $formother->select_year($year?$year:-1,'year',1, 20, 1); print '</td>';