Comment
This commit is contained in:
parent
5ad8e3dd95
commit
2fa3452d43
@ -786,9 +786,11 @@ else
|
|||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
|
// Date
|
||||||
print '<tr><td>'.$langs->trans('Date').'</td><td colspan="3" nowrap="nowrap">';
|
print '<tr><td>'.$langs->trans('Date').'</td><td colspan="3" nowrap="nowrap">';
|
||||||
print dol_print_date($fac->datep,'daytext').'</td></tr>';
|
print dol_print_date($fac->datep,'daytext').'</td></tr>';
|
||||||
|
|
||||||
|
// Due date
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td>'.$langs->trans('DateEcheance').'</td><td colspan="3">';
|
print '<td>'.$langs->trans('DateEcheance').'</td><td colspan="3">';
|
||||||
print dol_print_date($fac->date_echeance,'daytext');
|
print dol_print_date($fac->date_echeance,'daytext');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user