We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd3503 commit a21f2e0Copy full SHA for a21f2e0
lib/br_danfe/danfe_lib/nfe_lib/det_body.rb
@@ -23,7 +23,8 @@ def render(has_issqn)
23
private
24
25
def table_height_on_first_page(has_issqn)
26
- has_issqn ? 6.35.cm : 7.72.cm
+ base_height = has_issqn ? 6.35.cm : 7.72.cm
27
+ (base_height - @y_position_with_entrega.cm)
28
end
29
30
def create_table
0 commit comments