IDEMPIERE-2555 Another leak found in CommissionCalc
This commit is contained in:
parent
35abd70d8a
commit
1c6b9399ef
|
@ -376,7 +376,6 @@ public class CommissionCalc extends SvrProcess
|
||||||
if (!cd.save())
|
if (!cd.save())
|
||||||
throw new IllegalArgumentException ("CommissionCalc - Detail Not saved");
|
throw new IllegalArgumentException ("CommissionCalc - Detail Not saved");
|
||||||
}
|
}
|
||||||
pstmt = null;
|
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue