Reduced max articles per page for article matrix.
Sometimes the last column wasn't displayed correctly.
This commit is contained in:
parent
036bc10282
commit
2309fbe76b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pdf.footer [pdf.margin_box.left, pdf.margin_box.bottom-5] do
|
|||
pdf.text "Seite #{pdf.page_count}", :size => 8
|
||||
end
|
||||
|
||||
max_order_articles_per_page = 17 # How many order_articles shoud written on a page
|
||||
max_order_articles_per_page = 16 # How many order_articles shoud written on a page
|
||||
order_articles = @order.order_articles.ordered
|
||||
|
||||
pdf.text "Artikelübersicht", :style => :bold
|
||||
|
|
Loading…
Reference in a new issue