Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhongu committed Dec 6, 2023
1 parent 19355fd commit 6c6b42c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def handle_tag_61(self, data):
raise ValueError("Cannot parse %s" % data)
parsed_data = re_61.groupdict()
self.current_transaction["amount"] = str2amount(parsed_data["sign"], parsed_data["amount"])
self.current_transaction["note"] = parsed_data["reference"]
self.current_transaction["ref"] = parsed_data["reference"]

def handle_tag_86(self, data):
"""Parse 86 tag containing reference data."""
Expand Down

0 comments on commit 6c6b42c

Please sign in to comment.