Commit e62b42e1 authored by gahmad's avatar gahmad

lot_sl condition is removed from where condition to get the min(crea_date) in case of receipt


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91574 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0d4df889
......@@ -1084,7 +1084,7 @@ public class StockUpdate
+"where item_code = '"+this.itemCode+"'"
+"and site_code = '"+this.siteCode +"'"
+"and lot_no = '"+this.lotNo+"'"
+"and lot_sl = '"+this.lotSl+"'"
//+"and lot_sl = '"+this.lotSl+"'" //Commented by gulzar as discussed with Manoharan sir on 05/01/12
+"and crea_date is not null ";
pstmt = conn.prepareStatement(sql);
rs = pstmt.executeQuery();
......
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