Add view to sort orders by pickup day

This commit is contained in:
Patrick Gansterer 2017-11-06 18:07:36 +01:00
parent bd49a64cd7
commit 209ad615b4
7 changed files with 90 additions and 1 deletions

View file

@ -85,7 +85,7 @@ class RenderPDF < Prawn::Document
}
)
header = title
header = options[:title] || title
footer = I18n.l(Time.now, format: :long)
header_size = 0