Commit dfb5a665 authored by arawankar's avatar arawankar

StockUpdate.java

-Changes made in comments

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200864 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d0486499
...@@ -1153,7 +1153,7 @@ public class StockUpdate ...@@ -1153,7 +1153,7 @@ public class StockUpdate
//Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of gross_weight_per_art][Start] //Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of gross_weight_per_art][Start]
//grosswtPerArtStr = utilMethods.getReqDecString(qtyPerArt,3); //grosswtPerArtStr = utilMethods.getReqDecString(qtyPerArt,3);
grosswtPerArtStr = utilMethods.getReqDecString(grosswtPerArt,3); grosswtPerArtStr = utilMethods.getReqDecString(grosswtPerArt,3);
//Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of gross_weight_per_art][Start] //Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of gross_weight_per_art][end]
grosswtPerArt = Double.parseDouble(grosswtPerArtStr); grosswtPerArt = Double.parseDouble(grosswtPerArtStr);
// Changed By Nasruddin 21-11-16 END // Changed By Nasruddin 21-11-16 END
sql = "insert into stock (item_code,site_code,loc_code, lot_no,lot_sl,unit, quantity,crea_date,chg_user," sql = "insert into stock (item_code,site_code,loc_code, lot_no,lot_sl,unit, quantity,crea_date,chg_user,"
...@@ -1728,13 +1728,13 @@ public class StockUpdate ...@@ -1728,13 +1728,13 @@ public class StockUpdate
//Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of tare_weight_per_art][Start] //Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of tare_weight_per_art][Start]
//tarewtPerArtStr = utilMethods.getReqDecString(qtyPerArt,3); //tarewtPerArtStr = utilMethods.getReqDecString(qtyPerArt,3);
tarewtPerArtStr = utilMethods.getReqDecString(tarewtPerArt,3); tarewtPerArtStr = utilMethods.getReqDecString(tarewtPerArt,3);
//Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of tare_weight_per_art][Start] //Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of tare_weight_per_art][end]
tarewtPerArt = Double.parseDouble(tarewtPerArtStr); tarewtPerArt = Double.parseDouble(tarewtPerArtStr);
//Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of weight_weight_per_art][Start] //Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of gross_weight_per_art][Start]
//grosswtPerArtStr = utilMethods.getReqDecString(qtyPerArt,3); //grosswtPerArtStr = utilMethods.getReqDecString(qtyPerArt,3);
grosswtPerArtStr = utilMethods.getReqDecString(grosswtPerArt,3); grosswtPerArtStr = utilMethods.getReqDecString(grosswtPerArt,3);
//Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of weight_weight_per_art][Start] //Modified by Anjali R. on[16/05/2019][Wrong variable passed to getreqdecstring method for calculation of gross_weight_per_art][end]
grosswtPerArt = Double.parseDouble(grosswtPerArtStr); grosswtPerArt = Double.parseDouble(grosswtPerArtStr);
// Changed By Nasruddin 21-11-16 END // Changed By Nasruddin 21-11-16 END
......
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