[ 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:
teo_sarca 2010-06-04 07:09:38 +00:00
parent cecb725af6
commit 322a82b1c9
1 changed files with 2 additions and 2 deletions

View File

@ -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);