BF [ 2892581 ] Cannot load RfQResponseLine

https://sourceforge.net/tracker/?func=detail&aid=2892581&group_id=176962&atid=879335
This commit is contained in:
teo_sarca 2009-11-05 13:15:28 +00:00
parent 1072f6eefb
commit 14434384d9
1 changed files with 9 additions and 5 deletions

View File

@ -30,6 +30,10 @@ import org.compiere.util.TimeUtil;
* *
* @author Jorg Janke * @author Jorg Janke
* @version $Id: MRfQResponseLine.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $ * @version $Id: MRfQResponseLine.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
*
* @author Teo Sarca, teo.sarca@gmail.com
* <li>BF [ 2892581 ] Cannot load RfQResponseLine
* https://sourceforge.net/tracker/?func=detail&aid=2892581&group_id=176962&atid=879335
*/ */
public class MRfQResponseLine extends X_C_RfQResponseLine public class MRfQResponseLine extends X_C_RfQResponseLine
{ {
@ -41,14 +45,14 @@ public class MRfQResponseLine extends X_C_RfQResponseLine
/** /**
* Persistency Constructor * Persistency Constructor
* @param ctx context * @param ctx context
* @param ignored ignored * @param C_RfQResponseLine_ID
* @param trxName transaction * @param trxName transaction
*/ */
public MRfQResponseLine (Properties ctx, int ignored, String trxName) public MRfQResponseLine (Properties ctx, int C_RfQResponseLine_ID, String trxName)
{ {
super(ctx, 0, trxName); super(ctx, C_RfQResponseLine_ID, trxName);
if (ignored != 0) // if (ignored != 0)
throw new IllegalArgumentException("Multi-Key"); // throw new IllegalArgumentException("Multi-Key");
} // MRfQResponseLine } // MRfQResponseLine
/** /**