Take into accounts the remarks of Eric Caudal

This commit is contained in:
Alexis de Lattre
2016-05-23 10:42:28 +02:00
committed by Enric Tobella
parent 36fc4911b1
commit b8b2e46aab
2 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
=================================
Account Banking SEPA Direct Debit
=================================
@@ -59,11 +60,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues
<https://github.com/OCA/bank-payment/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed `feedback
<https://github.com/OCA/
bank-payment/issues/new?body=module:%20
account_banking_sepa_direct_debit%0Aversion:%20
9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
help us smashing it by providing a detailed and welcomed feedback.
Credits
=======

View File

@@ -21,7 +21,7 @@ def is_sepa_creditor_identifier_valid(sepa_creditor_identifier):
sci = str(sepa_creditor_identifier).lower()
except:
logger.warning(
"SEPA Creditor ID should contain only ASCII caracters.")
"SEPA Creditor ID should contain only ASCII characters.")
return False
if len(sci) < 9:
return False