Skip to content

Commit

Permalink
Long rebate rejection options included
Browse files Browse the repository at this point in the history
  • Loading branch information
srivathsan committed May 4, 2024
1 parent 94ab433 commit 8f7ac6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions home/models/students.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,10 @@ class LongRebate(models.Model):

REASON_TYPE_CHOICES = (
('', 'Choose the reason'),
('Incomplete form', 'Incomplete form'),
('There is a date mismatch between the one written in the form and the one in the attached form', 'There is a date mismatch between the one written in the form and the one in the attached form'),
('Incomplete form. Please submit a new rebate application', 'Incomplete form'),
('Signature of approving authority missing. Please submit a new rebate application', 'Signature missing'),
('Attached file is not the rebate form. Please submit a new rebate application with correct attachment', 'Wrong attached document'),
('There is a date mismatch between the one written in the form and the one in the attached form. Please submit a new rebate application', 'There is a date mismatch between the one written in the form and the one in the attached form'),

)

Expand Down

0 comments on commit 8f7ac6a

Please sign in to comment.