diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php index 4d3e32e326f..122c5282a40 100644 --- a/htdocs/societe/rib.php +++ b/htdocs/societe/rib.php @@ -358,14 +358,16 @@ if ($socid && $action != 'edit' && $action != "create") print load_fiche_titre($langs->trans("DefaultRIB"), '', ''); + print '
| '.$langs->trans("LabelRIB").' | '; - print ''.$account->label.' | '.$account->label.' | '; print '|||
| '.$langs->trans("BankName").' | '; - print ''.$account->bank.' | '.$account->bank.' | '; // Show fields of bank account foreach($account->getFieldsToShow(1) as $val) @@ -406,24 +408,24 @@ if ($socid && $action != 'edit' && $action != "create") } print '|||
| '.$langs->trans($val).' | '; - print ''.$content.' | '; + print ''.$content.' | '; print '|||
| '.$langs->trans("BankAccountDomiciliation").' | '; + print ' | ||||
| '.$langs->trans("BankAccountDomiciliation").' | '; print $account->domiciliation; print " | ||||
| '.$langs->trans("BankAccountOwner").' | '; + print ' | ||||
| '.$langs->trans("BankAccountOwner").' | '; print $account->proprio; print " | ||||
| '.$langs->trans("BankAccountOwnerAddress").' | '; + print ' | ||||
| '.$langs->trans("BankAccountOwnerAddress").' | '; print $account->owner_address; print " | ||||