Skip to content

Commit

Permalink
#484 fixing arguments in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos-Eduardo-Cabral-da-Cunha committed Aug 13, 2024
1 parent ecc418e commit b7a4e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/class_schedules_pdf_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def class_schedule_table(pdf, options = {})
end

def class_schedule_print_table(pdf, table_width, header, data, star, footer)
simple_pdf_table(pdf, table_width, header, data) do |table|
simple_pdf_table(pdf, table_width, header, data, {}, true) do |table|
table.column(0).align = :left
table.column(0).valign = :center
table.column(0).padding = [-2, 4, 2, 4]
Expand Down

0 comments on commit b7a4e0d

Please sign in to comment.