Skip to content

Commit

Permalink
[rubyforgood#5777] Remove debug point
Browse files Browse the repository at this point in the history
  • Loading branch information
priyapower committed Jul 17, 2024
1 parent 31f6059 commit e9ae652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/case_contact.rb
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ def form_steps
end

def casa_org_any_expenses_enabled?
# creator.casa_org.additional_expenses_enabled || creator.casa_org.show_driving_reimbursement
return true
creator.casa_org.additional_expenses_enabled || creator.casa_org.show_driving_reimbursement
end

private_class_method def self.sorted_by_params
Expand Down

0 comments on commit e9ae652

Please sign in to comment.