Index: lams_bb_integration/web/modules/modify_proc.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/Attic/modify_proc.jsp,v diff -u -r1.10 -r1.11 --- lams_bb_integration/web/modules/modify_proc.jsp 4 Aug 2016 16:49:07 -0000 1.10 +++ lams_bb_integration/web/modules/modify_proc.jsp 22 Aug 2016 14:10:01 -0000 1.11 @@ -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) {