Commit 6606cb3f authored by dpawar's avatar dpawar

changes pay as T


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95947 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e6a66d14
...@@ -741,7 +741,7 @@ private String generateAutoPayment(ArrayList<String> miscTranID,String payMode,S ...@@ -741,7 +741,7 @@ private String generateAutoPayment(ArrayList<String> miscTranID,String payMode,S
pstmt=null; pstmt=null;
} }
if("E".equalsIgnoreCase(payMode)){ if("T".equalsIgnoreCase(payMode)){
xmlStringBuff.append("</Header0>"); xmlStringBuff.append("</Header0>");
xmlStringBuff.append("</group0>"); xmlStringBuff.append("</group0>");
xmlStringBuff.append("</DocumentRoot>"); xmlStringBuff.append("</DocumentRoot>");
......
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