Skip to content
Snippets Groups Projects
Commit e3b6dfe9 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Modif

parent aaf8b2b3
No related branches found
No related tags found
No related merge requests found
......@@ -188,8 +188,7 @@ llxHeader("","","Historique Ligne");
print '<br />'.$row[5];
}
print '</td><td>';
print $ff[$row[6]];
print '</td><td>('.$row[6].') '.$ff[$row[6]];
print '</td><td>'.$row[4] . " " . $row[3] . "</td></tr>";
$i++;
}
......@@ -230,7 +229,7 @@ llxHeader("","","Historique Ligne");
$var=!$var;
print "<tr $bc[$var]>";
print '<td>'.$obj->fk_fournisseur." ".$obj->mode."</td>\n";
print '<td>('.$obj->fk_fournisseur.") ".$obj->mode."</td>\n";
print '<td>'.$obj->situation."</td>\n";
print '<td align="center">'.$obj->date_mise_service."</td>\n";
print '<td align="center">'.$obj->date_resiliation."</td>\n";
......
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