Commit 86446a6d authored by wansari's avatar wansari

D15KKAT002 updated at line no 1247 as per sugestion of sir for wave_flag as blank


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