Skip to content

Commit

Permalink
Removido puts do código.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffscalco committed Apr 14, 2014
1 parent d6c5555 commit 7229ab2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ruby_danfe/danfe_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ def render_dados_adicionais
inf_ad_fisco_y = y + 0.100
end

p inf_ad_fisco_y

@pdf.ibox 2.07, 12.93, 0.25, inf_ad_fisco_y, '', @xml['infAdic/infAdFisco'], {:size => 5, :valign => :top, :border => 0}

else
Expand All @@ -232,8 +230,6 @@ def render_dados_adicionais
inf_ad_fisco_y = 27.33
end

p inf_ad_fisco_y

@pdf.ibox 3.07, 12.93, 0.25, 26.33, "INFORMAÇÕES COMPLEMENTARES", @xml['infAdic/infCpl'], {:size => 6, :valign => :top}
@pdf.ibox 3.07, 12.93, 0.25, inf_ad_fisco_y, "", @xml['infAdic/infAdFisco'], {:size => 6, :valign => :top, :border => 0}
end
Expand Down

0 comments on commit 7229ab2

Please sign in to comment.