summaryrefslogtreecommitdiff
path: root/transfers.py
diff options
context:
space:
mode:
Diffstat (limited to 'transfers.py')
-rwxr-xr-xtransfers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/transfers.py b/transfers.py
index 3580ce8..e3ee1a1 100755
--- a/transfers.py
+++ b/transfers.py
@@ -31,7 +31,7 @@ class Transaction(p.Model):
def format_message(self):
details = transaction_details.parse_transaction_details(self.sepa_transaction_details)
- return "{accountnumber} {details[Buchungstext]}: {amount_str} {details[Verwendungszweck]}".format(
+ return "{accountnumber} {details[Buchungstext]}: {amount_str} {details[Auftraggeber Name]} {details[Verwendungszweck]}".format(
entry_date=self.sepa_entry_date, accountnumber=self.accountnumber, amount_str=self.sepa_amount_str,
details=details)