Commit 40776cc5 authored by ppatro's avatar ppatro

issues in shipment


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93629 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 542c0bde
......@@ -875,6 +875,11 @@ public class ShipmentConf extends ActionHandlerEJB implements ShipmentConfLocal,
}
if( updateShipment(tranId , conn, xtraParam) > 0)
{
System.out.println(" update sucessfully mannual shipment");
}
}
sql = "UPDATE SHIPMENT SET CONFIRMED = ? , CONF_DATE = ? WHERE SHIPMENT_ID = ?";
......
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