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:
parent
9751046e9d
commit
a7d125ee31
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue