Skip to content

Commit

Permalink
fix product tables
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagovsk committed Sep 26, 2017
1 parent fe78ef0 commit 47ff24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/br_invoices_pdf/cfe/renderer/product_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def format_columns(table)
# :reek:FeatureEnvy
def table_widths(table, width)
table.column(0).width = width * 0.16
table.columns([2, 3]).width = width * 0.13
table.columns([2, 3]).width = width * 0.155
table.column([4, 5]).width = width * 0.135
end
private_class_method :table_widths
Expand Down

0 comments on commit 47ff24d

Please sign in to comment.