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