[FIX] account_banking_nl_clieop: fix typo

This commit is contained in:
Pieter J. Kersten
2011-03-04 14:00:17 +01:00
parent a475611faf
commit 0263068e2f
6 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@
##############################################################################
{
'name': 'Account Banking',
'version': '0.1.49',
'version': '0.1.50',
'license': 'GPL-3',
'author': 'EduSense BV',
'website': 'http://www.edusense.nl',

View File

@@ -26,7 +26,7 @@
##############################################################################
{
'name': 'Account Banking PATU module',
'version': '0.49',
'version': '0.50',
'license': 'GPL-3',
'author': 'Sami Haahtinen',
'website': 'http://ressukka.net',

View File

@@ -25,7 +25,7 @@
##############################################################################
{
'name': 'Account Banking NL ClieOp',
'version': '0.49',
'version': '0.50',
'license': 'GPL-3',
'author': 'EduSense BV',
'website': 'http://www.edusense.nl',

View File

@@ -30,10 +30,10 @@ __all__ = ['DirectDebitBatch', 'PaymentsBatch', 'DirectDebit', 'Payment',
class StringField(record.Field):
def take(self, buffer):
return convert.to_swift(super(Field, self).take(buffer))
return convert.to_swift(super(StringField, self).take(buffer))
def format(self, value):
return convert.to_swift(super(Field, self).format(value))
return convert.to_swift(super(StringField, self).format(value))
def eleven_test(s):
'''

View File

@@ -25,7 +25,7 @@
##############################################################################
{
'name': 'Account Banking - Girotel',
'version': '0.49',
'version': '0.50',
'license': 'GPL-3',
'author': 'EduSense BV',
'website': 'http://www.edusense.nl',

View File

@@ -25,7 +25,7 @@
##############################################################################
{
'name': 'Account Banking',
'version': '0.49',
'version': '0.50',
'license': 'GPL-3',
'author': 'EduSense BV',
'website': 'http://www.edusense.nl',