Fix [2596757] - Cannot set workflow on Charge

https://sourceforge.net/tracker2/?func=detail&aid=2596757&group_id=176962&atid=879332
This commit is contained in:
Carlos Ruiz 2009-02-13 18:22:24 +00:00
parent 9751046e9d
commit a7d125ee31
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class MCharge extends X_C_Charge
*/
public MCharge (Properties ctx, int C_Charge_ID, String trxName)
{
super (ctx, C_Charge_ID, null);
super (ctx, C_Charge_ID, trxName);
if (C_Charge_ID == 0)
{
setChargeAmt (Env.ZERO);