lib/br_danfe/danfe.rb in br_danfe-0.2.1 vs lib/br_danfe/danfe.rb in br_danfe-0.2.2

- old
+ new

@@ -43,10 +43,10 @@ DanfeLib::DetBody.new(@pdf, @xml).render @pdf.page_count.times do |i| @pdf.go_to_page(i + 1) - @pdf.ibox 1.00, 2.08, 8.71, 5.54, "", + @pdf.ibox 1.00, 2.08, 8.21, 6.96, "", I18n.t("danfe.others.page", current: i+1, total: @pdf.page_count), { size: 8, align: :center, valign: :center, border: 0, style: :bold } end @pdf