Skip to content
Snippets Groups Projects
Commit 2aa604cb authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Withdrawals: Fix date visu

parent 9dab10b3
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ if ($_GET["id"])
}
if($bon->date_credit <> 0)
{
print '<tr><td width="20%">'.$langs->trans('CreditDate').'</td>>';
print '<tr><td width="20%">'.$langs->trans('CreditDate').'</td><td>';
print dol_print_date($bon->date_credit,'day');
print '</td></tr>';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment