Fix rendering

This commit is contained in:
Laurent Destailleur 2017-02-20 04:25:20 +01:00
parent 501f118f92
commit d883c3cd8d

View File

@ -792,7 +792,7 @@ foreach ($listofreferent as $key => $value)
print "</td>\n";
// Ref
print '<td align="left">';
print '<td align="left" class="nowrap">';
if ($tablename == 'expensereport_det')
{
print $expensereport->getNomUrl(1);