incorrect parameter name in MRefTable constructor
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2866112&group_id=176962 kind regards Victor Perez www.e-evolution.com
This commit is contained in:
parent
b4630b407c
commit
0fd3796a4b
|
@ -33,10 +33,10 @@ public class MRefTable extends X_AD_Ref_Table
|
||||||
* @param AD_Reference_ID id
|
* @param AD_Reference_ID id
|
||||||
* @param trxName trx
|
* @param trxName trx
|
||||||
*/
|
*/
|
||||||
public MRefTable (Properties ctx, int AD_Reference_ID, String trxName)
|
public MRefTable (Properties ctx, int AD_Ref_Table_ID, String trxName)
|
||||||
{
|
{
|
||||||
super (ctx, AD_Reference_ID, trxName);
|
super (ctx, AD_Ref_Table_ID, trxName);
|
||||||
if (AD_Reference_ID == 0)
|
if (AD_Ref_Table_ID == 0)
|
||||||
{
|
{
|
||||||
// setAD_Table_ID (0);
|
// setAD_Table_ID (0);
|
||||||
// setAD_Display (0);
|
// setAD_Display (0);
|
||||||
|
@ -47,7 +47,7 @@ public class MRefTable extends X_AD_Ref_Table
|
||||||
} // MRefTable
|
} // MRefTable
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load Cosntructor
|
* Load Constructor
|
||||||
* @param ctx context
|
* @param ctx context
|
||||||
* @param rs result set
|
* @param rs result set
|
||||||
* @param trxName trx
|
* @param trxName trx
|
||||||
|
|
Loading…
Reference in New Issue