minor typo-mistake fix.

This commit is contained in:
trifonnt 2009-02-26 17:02:27 +00:00
parent 240b574f15
commit 0cf4478890
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ public class InOutGenerate extends SvrProcess
/** The current Shipment */ /** The current Shipment */
private MInOut m_shipment = null; private MInOut m_shipment = null;
/** Numner of Shipments */ /** Number of Shipments being created */
private int m_created = 0; private int m_created = 0;
/** Line Number */ /** Line Number */
private int m_line = 0; private int m_line = 0;
@ -280,7 +280,7 @@ public class InOutGenerate extends SvrProcess
} }
// Adjust On Hand // Adjust On Hand
onHand = onHand.subtract(unconfirmedShippedQty); onHand = onHand.subtract(unconfirmedShippedQty);
log.fine(logInfo); log.fine(logInfo);
} }
// Comments & lines w/o product & services // Comments & lines w/o product & services