Commit 488b7222 authored by smanohar's avatar smanohar

Unused method commented

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205388 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ca30b75f
...@@ -1332,7 +1332,7 @@ conn = getConnection(); ...@@ -1332,7 +1332,7 @@ conn = getConnection();
} }
private void handleTax(String tranId,int lineNo,String tranDate,double quantity,double rate, String currCode,String siteCode,int ctr,String taxClass,String taxChap,String taxEnv,String rateClg,String discount)throws Exception /*private void handleTax(String tranId,int lineNo,String tranDate,double quantity,double rate, String currCode,String siteCode,int ctr,String taxClass,String taxChap,String taxEnv,String rateClg,String discount)throws Exception
{ {
StringBuffer valueXmlString =null; StringBuffer valueXmlString =null;
try try
...@@ -1396,7 +1396,7 @@ conn = getConnection(); ...@@ -1396,7 +1396,7 @@ conn = getConnection();
writeLog(filePtr,e,true); writeLog(filePtr,e,true);
throw new ITMException(e); throw new ITMException(e);
} }
} }*/
private void appendOrReplaceTaxesNode(Node currRecordNode)throws ITMException private void appendOrReplaceTaxesNode(Node currRecordNode)throws ITMException
{ {
boolean found = false; boolean found = false;
......
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