Commit bcd01ea9 authored by ppatro's avatar ppatro

Shipment process bug


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92593 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a82c950a
...@@ -124,6 +124,9 @@ public class ShipmentPrs extends ValidatorEJB implements ShipmentPrsLocal, Shipm ...@@ -124,6 +124,9 @@ public class ShipmentPrs extends ValidatorEJB implements ShipmentPrsLocal, Shipm
System.out.println(" ptcn ["+ptcn+"] shipmentId ["+shipmentId+"]"); System.out.println(" ptcn ["+ptcn+"] shipmentId ["+shipmentId+"]");
if( ptcn != null && ptcn.size() > 0 )
{
if( !isConsingneeSameOfEnteredPTCN( ptcn, conn )) // is ship consignee are same for entered ptcn if( !isConsingneeSameOfEnteredPTCN( ptcn, conn )) // is ship consignee are same for entered ptcn
{ {
System.out.println(" isConsingneeSameOfAllPTCN "); System.out.println(" isConsingneeSameOfAllPTCN ");
...@@ -186,6 +189,7 @@ public class ShipmentPrs extends ValidatorEJB implements ShipmentPrsLocal, Shipm ...@@ -186,6 +189,7 @@ public class ShipmentPrs extends ValidatorEJB implements ShipmentPrsLocal, Shipm
} }
} }
} }
}
//errString = getErrorString("PTCN","ALLPTCNNTA",""); //errString = getErrorString("PTCN","ALLPTCNNTA","");
System.out.println(" errString -->["+errString+"]"); System.out.println(" errString -->["+errString+"]");
......
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