Skip to content
Snippets Groups Projects
Commit a583fd7a authored by aspangaro's avatar aspangaro
Browse files

Fix : Bank - Presentation, no titlefield in a list

parent 76a53dfb
No related branches found
No related tags found
No related merge requests found
......@@ -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']++;
}
......
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