Skip to content

Commit

Permalink
#498 adding observation field to grades_report pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos-Eduardo-Cabral-da-Cunha committed Sep 16, 2024
1 parent 32f103f commit 9fdefa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/enrollments/grades_report_pdf.pdf.prawn
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ new_document(

thesis_table(pdf, enrollment: @enrollment, show_advisors: true)

obs_table(pdf, enrollment: @enrollment)

accomplished_table(pdf, accomplished_phases: @accomplished_phases)

deferrals_table(pdf, deferrals: @deferrals)
Expand Down

0 comments on commit 9fdefa9

Please sign in to comment.