Skip to content

Commit bb6d64a

Browse files
authored
Setting rit_username to proper location
1 parent b66e2fa commit bb6d64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/blueprints/member_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def member_management_uploaduser(user_dict=None):
211211
rit_username = None
212212

213213
log.info('Create Freshman Account for {} via CSV Upload'.format(name))
214-
db.session.add(FreshmanAccount(name, onfloor_status, room_number, rit_username))
214+
db.session.add(FreshmanAccount(name, onfloor_status, room_number, None, rit_username))
215215

216216
db.session.flush()
217217
db.session.commit()

0 commit comments

Comments
 (0)