Commit 6b9379e1 authored by ngadkari's avatar ngadkari

changes in lcVouchConf

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188540 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d7c1cd69
......@@ -1030,6 +1030,10 @@ public class LcVouchConf extends ActionHandlerEJB implements LcVouchConfLocal, L
rs=null;
pstmt.close();
pstmt=null;
acctCode =lcVouchHdr.get("acct_code__ap").toString();
cctrCode =lcVouchHdr.get("cctr_code__ap").toString();
tranType = "LC";
if("L".equalsIgnoreCase(drType))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment