Index: lams_bb_integration/web/modules/modify_proc.jsp =================================================================== diff -u -rdd7bd917e8d153853ee947c0853a4e3f536f93f3 -ra9ef5fba9560f8028fc73bbda99f7456f1a7ebf0 --- lams_bb_integration/web/modules/modify_proc.jsp (.../modify_proc.jsp) (revision dd7bd917e8d153853ee947c0853a4e3f536f93f3) +++ lams_bb_integration/web/modules/modify_proc.jsp (.../modify_proc.jsp) (revision a9ef5fba9560f8028fc73bbda99f7456f1a7ebf0) @@ -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) {