diff --git a/WebContent/Tenwa/Apzl/InvoiceManager/InvoiceRentDirect.jsp b/WebContent/Tenwa/Apzl/InvoiceManager/InvoiceRentDirect.jsp index 5bf3e3381..2531312d9 100644 --- a/WebContent/Tenwa/Apzl/InvoiceManager/InvoiceRentDirect.jsp +++ b/WebContent/Tenwa/Apzl/InvoiceManager/InvoiceRentDirect.jsp @@ -34,13 +34,9 @@ var planIds = ""; for(var i = 0;i < sParm.length; i++){ - //if(planIds.length == 0){ - //planIds += sParm[i] +"@"; - //}else{ planIds += sParm[i] +"@"; - //} } - //alert(planIds); + planIds = planIds.substr(0,planIds.length-1); //alert(planIds); spara = "planIds="+planIds+",CurUserID=<%=CurUser.getUserID()%>"; diff --git a/WebContent/Tenwa/Apzl/InvoiceManager/InvoiceRentPlanConfirm.jsp b/WebContent/Tenwa/Apzl/InvoiceManager/InvoiceRentPlanConfirm.jsp index ab9deaf04..7d4d0f3b8 100644 --- a/WebContent/Tenwa/Apzl/InvoiceManager/InvoiceRentPlanConfirm.jsp +++ b/WebContent/Tenwa/Apzl/InvoiceManager/InvoiceRentPlanConfirm.jsp @@ -24,7 +24,7 @@ %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>