Commit b45774f8 authored by rbhogale's avatar rbhogale

Changed by Rohan on 27-02-13 for bug fixing


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92755 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a0b160fd
...@@ -304,7 +304,9 @@ public class PoRcpPos extends ValidatorEJB implements PoRcpPosLocal, PoRcpPosRem ...@@ -304,7 +304,9 @@ public class PoRcpPos extends ValidatorEJB implements PoRcpPosLocal, PoRcpPosRem
grossWeight=0; grossWeight=0;
netWeight=0; netWeight=0;
//Changed by Rohan on 26-02-13 for 26-02-13 for considering gross weight,net weight of item master if quantity < shipper Size //Changed by Rohan on 26-02-13 for 26-02-13 for considering gross weight,net weight of item master if quantity < shipper Size
if(sumQty < shipperSize) //Changed by Rohan on 27-02-13 for bug fixing
//if(sumQty < shipperSize)
if(quantity < shipperSize)
{ {
noArt = 1; noArt = 1;
......
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