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.11 -r1.12 --- lams_bb_integration/web/modules/modify_proc.jsp 22 Aug 2016 14:10:01 -0000 1.11 +++ lams_bb_integration/web/modules/modify_proc.jsp 20 Dec 2016 15:52:00 -0000 1.12 @@ -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) {