From f70180b51b5465daff2b225f3e74c4fc6667a560 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Wed, 21 Aug 2019 22:23:58 +0200 Subject: [PATCH] FIx number of col for IBAN list --- htdocs/societe/paymentmodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index 8e1ad71f5b0..9310ede87c5 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -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 ''.$langs->trans("NoBANRecord").''; }