From 8a4924e551d4a23381b1d27e3ce794ac238ce668 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Mon, 14 Jan 2013 16:21:11 +0100 Subject: [PATCH] [FIX] previous fix of lp:1098699 did not return an integer --- account_banking_nl_clieop/wizard/clieop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_banking_nl_clieop/wizard/clieop.py b/account_banking_nl_clieop/wizard/clieop.py index 95b037311..524ad4c79 100644 --- a/account_banking_nl_clieop/wizard/clieop.py +++ b/account_banking_nl_clieop/wizard/clieop.py @@ -278,7 +278,7 @@ class Transaction(object): self.transaction.transactiontype = type_ self.transaction.accountno_beneficiary = accountno_beneficiary self.transaction.accountno_payer = accountno_payer - self.transaction.amount = round(amount * 100) + self.transaction.amount = int(round(amount * 100)) if reference: self.paymentreference.paymentreference = reference # Allow long message lines to redistribute over multiple message