Skip to content

Commit

Permalink
Merge pull request #11716 from ptibogxiv/patch-227
Browse files Browse the repository at this point in the history
FIx number of col for IBAN list
  • Loading branch information
eldy committed Aug 22, 2019
2 parents 3339f89 + f70180b commit 209933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/societe/paymentmodes.php
Expand Up @@ -1457,7 +1457,7 @@

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>';
}
Expand Down

0 comments on commit 209933e

Please sign in to comment.