minor typo-mistake fix.
This commit is contained in:
parent
240b574f15
commit
0cf4478890
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue