From ac626dd189e028d0aa12ab2e33e8ccb028305f59 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Nov 2008 07:50:47 +0000 Subject: [PATCH] Spanish bank account use full detailed informations --- htdocs/compta/bank/bankid_fr.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/bank/bankid_fr.php b/htdocs/compta/bank/bankid_fr.php index e4dbf63f415..5bcd6a6ada7 100644 --- a/htdocs/compta/bank/bankid_fr.php +++ b/htdocs/compta/bank/bankid_fr.php @@ -21,7 +21,7 @@ /** * \file htdocs/compta/bank/bankid_fr.php * \ingroup banque - * \brief Fiche création compte bancaire + * \brief Fiche cr�ation compte bancaire * \version $Id$ */ @@ -90,7 +90,7 @@ $form = new Form($db); /* ************************************************************************** */ /* */ -/* Affichage page en mode création */ +/* Affichage page en mode cr�ation */ /* */ /* ************************************************************************** */ @@ -152,7 +152,7 @@ if (($_GET["id"] || $_GET["ref"]) && $_GET["action"] != 'edit') print ''.$langs->trans("BankName").''; print ''.$account->bank.''; - if ($account->getCountryCode() == 'FR') + if ($account->useDetailedBBAN()) { print ''.$langs->trans("BankCode").''; print ''.$account->code_banque.''; @@ -167,7 +167,7 @@ if (($_GET["id"] || $_GET["ref"]) && $_GET["action"] != 'edit') print ''.$account->number.''; print ''; - if ($account->getCountryCode() == 'FR') + if ($account->useDetailedBBAN()) { print ''.$langs->trans("BankAccountNumberKey").''; print ''.$account->cle_rib.'';