Skip to content
Snippets Groups Projects
Commit 0c6cb1c4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix bad translation

parent 84e45848
No related branches found
No related tags found
No related merge requests found
......@@ -1546,7 +1546,7 @@ else
else
{
print '<tr>';
print '<td>'.$langs->trans("Approbator").'</td>';
print '<td>'.$langs->trans("ApprovedBy").'</td>';
print '<td>';
if ($object->fk_user_approve > 0)
{
......@@ -1580,6 +1580,7 @@ else
if($object->fk_statut==6)
{
/* TODO this fields are not yet filled
print '<tr>';
print '<td>'.$langs->trans("AUTHORPAIEMENT").'</td>';
print '<td>';
......@@ -1591,6 +1592,7 @@ else
print '<td>'.$langs->trans("DATE_PAIEMENT").'</td>';
print '<td>'.$object->date_paiement.'</td></tr>';
print '</tr>';
*/
}
print '</table>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment