Merge pull request #6256 from aspangaro/5.0-23

Fix : Bank - Presentation, no titlefield in a list
This commit is contained in:
Laurent Destailleur 2017-01-12 10:09:38 +01:00 committed by GitHub
commit 46e330f749

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']++;
}