Minor typo fixes.
This commit is contained in:
parent
da90c2553e
commit
1d18e23735
|
@ -47,7 +47,7 @@ import org.compiere.util.ValueNamePair;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Account Viewer State - maintaines State information for the Account Viewer
|
* Account Viewer State - maintains State information for the Account Viewer
|
||||||
*
|
*
|
||||||
* @author Jorg Janke
|
* @author Jorg Janke
|
||||||
* @version $Id: AcctViewerData.java,v 1.3 2006/08/10 01:00:27 jjanke Exp $
|
* @version $Id: AcctViewerData.java,v 1.3 2006/08/10 01:00:27 jjanke Exp $
|
||||||
|
@ -102,7 +102,7 @@ class AcctViewerData
|
||||||
/** Date To */
|
/** Date To */
|
||||||
public Timestamp DateTo = null;
|
public Timestamp DateTo = null;
|
||||||
|
|
||||||
// Dodument Table Selection Info
|
// Document Table Selection Info
|
||||||
/** Table ID */
|
/** Table ID */
|
||||||
public int AD_Table_ID;
|
public int AD_Table_ID;
|
||||||
/** Record */
|
/** Record */
|
||||||
|
@ -116,7 +116,7 @@ class AcctViewerData
|
||||||
// Display Info
|
// Display Info
|
||||||
/** Display Qty */
|
/** Display Qty */
|
||||||
boolean displayQty = false;
|
boolean displayQty = false;
|
||||||
/** Display Source Surrency */
|
/** Display Source Currency */
|
||||||
boolean displaySourceAmt = false;
|
boolean displaySourceAmt = false;
|
||||||
/** Display Document info */
|
/** Display Document info */
|
||||||
boolean displayDocumentInfo = false;
|
boolean displayDocumentInfo = false;
|
||||||
|
|
Loading…
Reference in New Issue