Fix : Bank - Presentation, no titlefield in a list

This commit is contained in:
aspangaro 2017-01-08 20:52:42 +01:00
parent 76a53dfb7d
commit a583fd7a3b

View File

@ -449,7 +449,7 @@ foreach ($accounts as $key=>$type)
// Ref
if (! empty($arrayfields['b.ref']['checked']))
{
print '<td class="titlefield">'.$acc->getNomUrl(1).'</td>';
print '<td>'.$acc->getNomUrl(1).'</td>';
if (! $i) $totalarray['nbfield']++;
}