Skip to content

Commit

Permalink
Merge pull request #1 from pipimumu/pipimumu-patch-1
Browse files Browse the repository at this point in the history
Hacktoberfest2019_02
  • Loading branch information
pipimumu authored Oct 3, 2019
2 parents a8125b8 + 7b9c6fd commit 10767ae
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 @@ -11,7 +11,7 @@ class Generator

HEADER_PATH = File.dirname(__FILE__) + '/views/shared/_factura_header.html.erb'.freeze
FOOTER_PATH = File.dirname(__FILE__) + '/views/shared/_factura_footer.html.erb'.freeze
BRAVO_CBTE_TIPO = { "01" => "Factura A", "06" => "Factura B" }.freeze
CBTE_TIPO = { "01" => "Factura A", "06" => "Factura B" }.freeze
IVA = 21.freeze

def initialize(bill, user, line_items = [], header_text = 'ORIGINAL')
Expand Down

0 comments on commit 10767ae

Please sign in to comment.