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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue