Commit f10ff856 authored by wansari's avatar wansari

D15KKAT002 reverted wave_flag at line 1247 as M


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100206 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 86446a6d
...@@ -1244,10 +1244,7 @@ public class UploadOrderEJB extends ActionHandlerEJB implements UploadOrderEJBLo ...@@ -1244,10 +1244,7 @@ public class UploadOrderEJB extends ActionHandlerEJB implements UploadOrderEJBLo
System.out.println("grade------->"+grade); System.out.println("grade------->"+grade);
pstmtStockInsertSordAlloc.setDate(17,expDate); pstmtStockInsertSordAlloc.setDate(17,expDate);
System.out.println("expDate------->"+expDate); System.out.println("expDate------->"+expDate);
//Changed by wasim on 05-02-2015 to update wave_flag as blank as per Pragyan sir suggestion [START] pstmtStockInsertSordAlloc.setString(18,"M");
//pstmtStockInsertSordAlloc.setString(18,"M");
pstmtStockInsertSordAlloc.setString(18,"");
//Changed by wasim on 05-02-2015 to update wave_flag as blank as per Pragyan sir suggestion [END]
pstmtStockInsertSordAlloc.setDouble(19,convQtyStduom); pstmtStockInsertSordAlloc.setDouble(19,convQtyStduom);
System.out.println("convQtyStduom------->"+convQtyStduom); System.out.println("convQtyStduom------->"+convQtyStduom);
pstmtStockInsertSordAlloc.setString(20,unitStd); pstmtStockInsertSordAlloc.setString(20,unitStd);
......
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