Add view to sort orders by pickup day
This commit is contained in:
parent
bd49a64cd7
commit
209ad615b4
7 changed files with 90 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class RenderPDF < Prawn::Document
|
|||
}
|
||||
)
|
||||
|
||||
header = title
|
||||
header = options[:title] || title
|
||||
footer = I18n.l(Time.now, format: :long)
|
||||
|
||||
header_size = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue