Commit 4da2af64 authored by rtiwari's avatar rtiwari

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96306 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8f84d37b
package ibase.webitm.ejb.dis; package ibase.webitm.ejb.dis;
import java.sql.*; import java.sql.*;
import java.sql.Date;
import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
import java.util.*; import java.util.*;
import java.io.File; import java.io.File;
...@@ -97,12 +98,13 @@ public class StockUpdate ...@@ -97,12 +98,13 @@ public class StockUpdate
qtyStk= rs.getDouble("quantity"); qtyStk= rs.getDouble("quantity");
qtyPerArtStk= rs.getDouble("qty_per_art"); qtyPerArtStk= rs.getDouble("qty_per_art");
if((int) (qtyStk/qtyPerArtStk) == 0)
{
this.noArt = 1;
}
} }
if((int) (qtyStk/qtyPerArtStk) == 0)
{ System.out.println(" no_art accepted 16092014:: "+this.noArt);
noArt = 1;
}
System.out.println(" no_art accepted :: "+noArt);
//ADDEDBY RITESH ON 31/07/14 END //ADDEDBY RITESH ON 31/07/14 END
tempTestDate = Timestamp.valueOf("1900-01-01 00:00:00"); tempTestDate = Timestamp.valueOf("1900-01-01 00:00:00");
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode"); userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode");
......
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