Skip to content

Commit

Permalink
Fix error on consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFelipe authored Jan 15, 2024
1 parent 17be252 commit 2932971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/admissions/admission_application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def update_enrollment(enrollment, field_objects: nil)
end

def phase_name
self.admission_phase.name
self.admission_phase.try(:name)
end

def identifier
Expand Down

0 comments on commit 2932971

Please sign in to comment.