Index: lams_bb_integration/web/modules/modify_proc.jsp =================================================================== diff -u -r4cbb8f0a143a5ceed24a3de664315b501a8cbbdf -r4921014c877d8c0ca403aaaa34866fa8e3e0af4e --- lams_bb_integration/web/modules/modify_proc.jsp (.../modify_proc.jsp) (revision 4cbb8f0a143a5ceed24a3de664315b501a8cbbdf) +++ lams_bb_integration/web/modules/modify_proc.jsp (.../modify_proc.jsp) (revision 4921014c877d8c0ca403aaaa34866fa8e3e0af4e) @@ -86,7 +86,7 @@ if (!bbContent.getIsDescribed() && isGradecenter) { String username = ctx.getUser().getUserName(); - LineitemUtil.createLineitem(bbContent, null, username); + LineitemUtil.createLineitem(bbContent, username); //if teacher turned Gradecenter option OFF (and it was ON previously) - remove lineitem } else if (bbContent.getIsDescribed() && !isGradecenter) {