Commit ce108a21 authored by vvengurlekar's avatar vvengurlekar

SchemeDefWizPostSave.java - changes done to set app_min_qty as 0in bomdet


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198566 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0a266de8
...@@ -293,7 +293,9 @@ public class SchemeDefWizPostSave extends ValidatorEJB implements SchemeDefWizPo ...@@ -293,7 +293,9 @@ 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, chargeDetQty); //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(9, 0);
pstmt2.setString(10, "C"); pstmt2.setString(10, "C");
pstmt2.setDouble(11, chargeDetQty); pstmt2.setDouble(11, chargeDetQty);
......
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