Commit 7b16497c authored by manohar's avatar manohar

shelf_life_type added in item_lot_info


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94316 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5aaca880
...@@ -1756,10 +1756,14 @@ public class StockUpdate ...@@ -1756,10 +1756,14 @@ public class StockUpdate
{ {
this.lotSlOrg = updateStockMap.get("lot_sl__org").toString(); this.lotSlOrg = updateStockMap.get("lot_sl__org").toString();
} }
if(updateStockMap.get("lot_sl__org")!=null) if(updateStockMap.get("shelf_life_type")!=null)
{ {
this.shelfLifeType = updateStockMap.get("shelf_life_type").toString(); this.shelfLifeType = updateStockMap.get("shelf_life_type").toString();
} }
else
{
this.shelfLifeType = "E";
}
}catch(Exception e){ }catch(Exception e){
......
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