Commit 8082e2d6 authored by ngadkari's avatar ngadkari

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@173742 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d29d36f3
...@@ -270,7 +270,7 @@ public class PostOrderActivity { ...@@ -270,7 +270,7 @@ public class PostOrderActivity {
sdf = new SimpleDateFormat(genericUtility.getApplDateFormat()); sdf = new SimpleDateFormat(genericUtility.getApplDateFormat());
today = new java.sql.Timestamp(System.currentTimeMillis()); today = new java.sql.Timestamp(System.currentTimeMillis());
//16.11.17 Nandkumar gp_no and gp_date added //16.11.17 added by Nandkumar gp_no and gp_date
sql="select d.desp_date,d.site_code,d.sord_no,d.curr_code,d.exch_rate," sql="select d.desp_date,d.site_code,d.sord_no,d.curr_code,d.exch_rate,"
+ "d.lr_no,d.lr_date,d.lorry_no,d.tran_code,d.trans_mode," + "d.lr_no,d.lr_date,d.lorry_no,d.tran_code,d.trans_mode,"
+ "d.gp_no,d.gp_date," + "d.gp_no,d.gp_date,"
......
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