Commit 3e8d6430 authored by ppatro's avatar ppatro

update sql and Master Pack Validation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92333 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 456dce5c
...@@ -724,7 +724,7 @@ public class MasterPackIC extends ValidatorEJB implements MasterPackICRemote, Ma ...@@ -724,7 +724,7 @@ public class MasterPackIC extends ValidatorEJB implements MasterPackICRemote, Ma
} }
System.out.println(" weight ="+weight+" no of item"+noCases); System.out.println(" weight ="+weight+" no of item"+noCases);
if(weight > 70 || noCases > 60) if(weight > 65 || noCases > 60)
{ {
errList.add( "VTWGTEXD" ); errList.add( "VTWGTEXD" );
errFields.add( childNodeName.toLowerCase() ); errFields.add( childNodeName.toLowerCase() );
......
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