Skip to content

Commit

Permalink
Merge pull request #2 from pipimumu/pipimumu-patch-2
Browse files Browse the repository at this point in the history
Hacktoberfest 2019 contribution
  • Loading branch information
pipimumu authored Oct 3, 2019
2 parents 10767ae + 6c5404f commit 27fc981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/afip_bill/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def initialize(bill, user, line_items = [], header_text = 'ORIGINAL')
end

def type_a_or_b_bill
BRAVO_CBTE_TIPO[afip_bill["cbte_tipo"]][-1].downcase
CBTE_TIPO[afip_bill["cbte_tipo"]][-1].downcase
end

def barcode
Expand Down

0 comments on commit 27fc981

Please sign in to comment.