diff --git a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp index 382ec68a3..fbecf4506 100644 --- a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp +++ b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp @@ -10,7 +10,6 @@ Input Param: Output param: History Log: - */ %> <%/*~END~*/%> @@ -110,7 +109,8 @@ } sReturn = sReturn.split("@"); setItemValue(0,getRow(0),"acc_title",sReturn[0]); - setItemValue(0,getRow(0),"SUBJECTS_CODED",sReturn[1]); + setItemValue(0,getRow(0),"SUBJECTS_CODE",sReturn[1]); + setItemValue(0,getRow(0),"SUBJECTS_NAME",sReturn[2]); // setItemValue(0,getRow(0),"acc_title",sReturn[2]); //setItemValue(0,getRow(),"SUBJECTS_NAME",sReturn[1]); //setItemValue(0,getRow(),"SUBJECTS_NAME",sReturn[1]); @@ -133,7 +133,7 @@ if(acc_title.length==32){ var sReturn = RunJavaMethodTrans("com.tenwa.reckon.copydata.CalcRentCompare", "changAcc_title","id=" + acc_title ); if(sReturn!="null"){ - document.getElementById("SUBJECTS_CODED").value = sReturn; + //document.getElementById("SUBJECTS_NAME").value = sReturn; } } } diff --git a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccountList.jsp b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccountList.jsp index 9911c2d61..f3c51a46a 100644 --- a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccountList.jsp +++ b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccountList.jsp @@ -61,6 +61,7 @@