IDEMPIERE-815 DocFactory service IllegalAccessError for org.compiere.acct.Doc
This commit is contained in:
parent
817f7b0979
commit
2311908827
|
@ -247,7 +247,7 @@ public abstract class Doc
|
|||
* @param defaultDocumentType default document type or null
|
||||
* @param trxName trx
|
||||
*/
|
||||
Doc (MAcctSchema as, Class<?> clazz, ResultSet rs, String defaultDocumentType, String trxName)
|
||||
public Doc (MAcctSchema as, Class<?> clazz, ResultSet rs, String defaultDocumentType, String trxName)
|
||||
{
|
||||
p_Status = STATUS_Error;
|
||||
m_as = as;
|
||||
|
|
Loading…
Reference in New Issue