Commit e1f90161 authored by cpatil's avatar cpatil

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92624 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d9fe9079
...@@ -7202,7 +7202,7 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D ...@@ -7202,7 +7202,7 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D
//siteMfg = rs.getString(12); //siteMfg = rs.getString(12);
siteMfg = ( rs.getString(12) == null ?"":rs.getString(12)); siteMfg = ( rs.getString(12) == null ?"":rs.getString(12));
System.out.println("@@@@ siteMfg:["+siteMfg+"]"); System.out.println("@@@@ siteMfg:["+siteMfg+"]");
// commented by cpatil on 31/DEC/13 as per suggestion end // commented by cpatil on 31/DEC/13 as per suggestion modified end
palletWt = rs.getDouble(13); palletWt = rs.getDouble(13);
retestDate = rs.getTimestamp(14); retestDate = rs.getTimestamp(14);
......
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