* forgot to remove testing message in previous commit.

This commit is contained in:
Heng Sin Low 2007-03-01 14:58:45 +00:00
parent d679feafc7
commit fc4eafd019
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ public class InOutGenerate extends SvrProcess
while (rs.next ()) // Order
{
MOrder order = new MOrder (getCtx(), rs, get_TrxName());
System.out.println("Shipment for: " + order.getDocumentNo());
// New Header different Shipper, Shipment Location
if (!p_ConsolidateDocument
|| (m_shipment != null