Skip to content

Commit

Permalink
Merge branch 'ac-6' into ac-6
Browse files Browse the repository at this point in the history
  • Loading branch information
rush1kesh-010 authored Feb 23, 2024
2 parents 4ba53fd + e97983b commit eb6650b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FusionIIIT/applications/department/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ def decode_bid(bid):
'1': 'B.Tech',
'2': 'M.Tech',
'3': 'PhD',

}[department_code]
batch = 2021 - len(bid) + 1
return {'programme': programme, 'batch': batch}
Expand Down

0 comments on commit eb6650b

Please sign in to comment.