This commit is contained in:
Laurent Destailleur 2009-08-07 17:55:05 +00:00
parent 5ad8e3dd95
commit 2fa3452d43

View File

@ -786,9 +786,11 @@ else
print '</tr>';
// Date
print '<tr><td>'.$langs->trans('Date').'</td><td colspan="3" nowrap="nowrap">';
print dol_print_date($fac->datep,'daytext').'</td></tr>';
// Due date
print '<tr>';
print '<td>'.$langs->trans('DateEcheance').'</td><td colspan="3">';
print dol_print_date($fac->date_echeance,'daytext');