Commit 1e17ea6f authored by ngadkari's avatar ngadkari

Changes in scheme min quantity set

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204052 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ad2633db
...@@ -320,7 +320,8 @@ public class SchemeDefWizPostSave extends ValidatorEJB implements SchemeDefWizPo ...@@ -320,7 +320,8 @@ public class SchemeDefWizPostSave extends ValidatorEJB implements SchemeDefWizPo
pstmt2.setTimestamp(5, effFromDate); pstmt2.setTimestamp(5, effFromDate);
pstmt2.setTimestamp(6, validUptoDate); pstmt2.setTimestamp(6, validUptoDate);
pstmt2.setString(7, "P"); pstmt2.setString(7, "P");
pstmt2.setDouble(8, freeDetQty); //pstmt2.setDouble(8, freeDetQty); commented and quantity 0 set by nandkumar gadkari on 25/07/19
pstmt2.setDouble(8, 0);
pstmt2.setInt(9, 0); pstmt2.setInt(9, 0);
pstmt2.setString(10, "F"); pstmt2.setString(10, "F");
pstmt2.setDouble(11, freeDetQty); pstmt2.setDouble(11, freeDetQty);
......
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