[ 3010983 ] Function getDocumentType in Doc class should be public
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3010983
This commit is contained in:
parent
cecb725af6
commit
322a82b1c9
|
@ -918,9 +918,9 @@ public abstract class Doc
|
|||
/**************************************************************************
|
||||
* Load Document Type and GL Info.
|
||||
* Set p_DocumentType and p_GL_Category_ID
|
||||
* @return document type
|
||||
* @return document type (i.e. C_DocType.DocBaseType)
|
||||
*/
|
||||
protected String getDocumentType()
|
||||
public String getDocumentType()
|
||||
{
|
||||
if (m_DocumentType == null)
|
||||
setDocumentType(null);
|
||||
|
|
Loading…
Reference in New Issue