Commit 893b3cb5 authored by dpawar's avatar dpawar

remove unused code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94516 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 17ba14f7
......@@ -496,9 +496,7 @@ public class ProofOfDeliveryConf extends ActionHandlerEJB implements ProofOfDeli
rs1.close();rs1=null;
pstmt1.close();pstmt1=null;
System.out.println("acctCodeUDF1 : "+acctCodeUDF1+" acctCodeUDF2 : "+acctCodeUDF2);
if("618ID00039".equalsIgnoreCase(invoiceId)){
acctCodeUDF1="gdgd";
}
itemUnit =getColumnDescr(conn, "unit","item","item_code", itemCode);
System.out.println("Item Code : "+itemCode+" itemCode Unit : "+itemUnit);
detail2xml.append("<Detail2 objContext =\"2\"").append(" objName=\"misc_drcr_rcp_dr\" domID=\"1\" dbID=\"\">");
......
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