Skip to content

Commit

Permalink
fix overlap (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatCRL authored Dec 4, 2024
1 parent ecd3503 commit a21f2e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/br_danfe/danfe_lib/nfe_lib/det_body.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def render(has_issqn)
private

def table_height_on_first_page(has_issqn)
has_issqn ? 6.35.cm : 7.72.cm
base_height = has_issqn ? 6.35.cm : 7.72.cm
(base_height - @y_position_with_entrega.cm)
end

def create_table
Expand Down

0 comments on commit a21f2e0

Please sign in to comment.