Commit 7281e172 authored by ngadkari's avatar ngadkari

changes for commit

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213667 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5b9eae78
......@@ -684,6 +684,7 @@ public class SaleContractRelease extends ProcessEJB implements SaleContractRelea
commPerc2 = rs.getDouble("COMM_PERC_2");
commPercOn = rs.getString("COMM_PERC__ON");
commPercOn2 = rs.getString("COMM_PERC_ON_2");
commPercOn2= commPercOn2 == null ? "" : commPercOn2;//added by nandkumar gadkari on 16/12/19
advPerc = rs.getDouble("ADV_PERC");
distRoute = rs.getString("DIST_ROUTE");
consumeFc = rs.getString("CONSUME_FC");
......
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