Commit 8a39b9a5 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@204197 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a68895d0
......@@ -295,8 +295,8 @@ public class SchemeDefWizPostSave extends ValidatorEJB implements SchemeDefWizPo
pstmt2.setString(7, "P");
//Commented and added below line by Varsha V to set app_min_qty in bomdet as 0
//pstmt2.setDouble(8, chargeDetQty);
pstmt2.setInt(8, 0);
pstmt2.setInt(9, 0);
pstmt2.setInt(8, 1);
pstmt2.setInt(9, 99999999);
pstmt2.setString(10, "C");
pstmt2.setDouble(11, chargeDetQty);
pstmt2.setDouble(12, 0);
......@@ -321,8 +321,8 @@ public class SchemeDefWizPostSave extends ValidatorEJB implements SchemeDefWizPo
pstmt2.setTimestamp(6, validUptoDate);
pstmt2.setString(7, "P");
//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.setDouble(8, 1);
pstmt2.setInt(9, 99999999);
pstmt2.setString(10, "F");
pstmt2.setDouble(11, freeDetQty);
pstmt2.setDouble(12, 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