Index: lams_bb_integration/web/modules/modify_proc.jsp =================================================================== diff -u -r60e3807f78aa28e63cf1da381fc37cf621549beb -r4cbb8f0a143a5ceed24a3de664315b501a8cbbdf --- lams_bb_integration/web/modules/modify_proc.jsp (.../modify_proc.jsp) (revision 60e3807f78aa28e63cf1da381fc37cf621549beb) +++ lams_bb_integration/web/modules/modify_proc.jsp (.../modify_proc.jsp) (revision 4cbb8f0a143a5ceed24a3de664315b501a8cbbdf) @@ -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) {