Fix bug [ 1873417 ] AD_PrintFont - No Persistent Object
This commit is contained in:
parent
205832941f
commit
77d59f707d
|
@ -36,7 +36,7 @@ public class MPrintFont extends X_AD_PrintFont
|
||||||
* @param AD_PrintFont_ID ID
|
* @param AD_PrintFont_ID ID
|
||||||
* @param trxName transaction
|
* @param trxName transaction
|
||||||
*/
|
*/
|
||||||
private MPrintFont(Properties ctx, int AD_PrintFont_ID, String trxName)
|
public MPrintFont(Properties ctx, int AD_PrintFont_ID, String trxName)
|
||||||
{
|
{
|
||||||
super (ctx, AD_PrintFont_ID, trxName);
|
super (ctx, AD_PrintFont_ID, trxName);
|
||||||
if (AD_PrintFont_ID == 0)
|
if (AD_PrintFont_ID == 0)
|
||||||
|
|
Loading…
Reference in New Issue