Merge pull request #11716 from ptibogxiv/patch-227

FIx number of col for IBAN list
This commit is contained in:
Laurent Destailleur 2019-08-22 12:45:46 +02:00 committed by GitHub
commit 209933e02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1457,7 +1457,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
if (count($rib_list) == 0)
{
$colspan=8;
$colspan=9;
if (! empty($conf->prelevement->enabled)) $colspan+=2;
print '<tr><td colspan="'.$colspan.'" class="opacitymedium">'.$langs->trans("NoBANRecord").'</td></tr>';
}