Skip to content

Commit

Permalink
Fixed transactions using old transactions in uba parser
Browse files Browse the repository at this point in the history
  • Loading branch information
fathermerry committed Aug 29, 2015
1 parent 53c2897 commit a6e1b10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module TransactionTools
private

def set_transactions
@transactions ||= Array.new
@transaction_strings ||= Array.new
@transactions = Array.new
@transaction_strings = Array.new
@reader.pages[0..-2].each do |page|
seperate_lines_into_transaction_strings(page.text.remove_empty_lines.lines)
end
Expand Down

0 comments on commit a6e1b10

Please sign in to comment.