Commit 15bdaf93 authored by prane's avatar prane

bug fix in despatch confirm

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177294 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0070c7b3
...@@ -462,8 +462,9 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm ...@@ -462,8 +462,9 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm
{ {
// Changed by Sneha on 22-02-2017, to remove checknull [Start] // Changed by Sneha on 22-02-2017, to remove checknull [Start]
/*lineNo = checkNull(rs3.getString("line_no")); /*lineNo = checkNull(rs3.getString("line_no"));
lineNoSord = checkNull(rs3.getString("line_no__sord")); lineNoSord = checkNull(rs3.getString("line_no__sord"));
expLev = checkNull(rs3.getString("exp_lev"));*/ expLev = checkNull(rs3.getString("exp_lev"));*/
sordNoDet = checkNull(rs3.getString("sord_no"));
lineNo = rs3.getString("line_no"); lineNo = rs3.getString("line_no");
lineNoSord = rs3.getString("line_no__sord"); lineNoSord = rs3.getString("line_no__sord");
expLev = rs3.getString("exp_lev"); expLev = rs3.getString("exp_lev");
......
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