paymentPlanBean.setForPartialRegime(false);
paymentPlanBean.setForStudentEnroledOnSecondSemesterOnly(false);
paymentPlanBean.setDegreeCurricularPlans(Collections.singletonList(degreeCurricularPlan));
request.setAttribute("paymentPlanEditor", paymentPlanBean);
StandaloneInstallmentBean installmentBean = new StandaloneInstallmentBean(paymentPlanBean);
installmentBean.setPenaltyAppliable(false);
request.setAttribute("installmentEditor", installmentBean);
request.setAttribute("degreeCurricularPlan", degreeCurricularPlan);
return mapping.findForward("createDEAStandaloneEnrolmentGratuityPR");