FR 2797880 - MConversionRate, fix - close transaction.
https://sourceforge.net/tracker/index.php?func=detail&aid=2797880&group_id=176962&atid=879335
This commit is contained in:
parent
9d3a423dcd
commit
8615cf11fc
|
@ -188,6 +188,7 @@ public class MConversionRate extends X_C_Conversion_Rate
|
||||||
updateRate.setMultiplyRate(MultiplyRate);
|
updateRate.setMultiplyRate(MultiplyRate);
|
||||||
updateRate.saveEx(trxName);
|
updateRate.saveEx(trxName);
|
||||||
trx.commit(true);
|
trx.commit(true);
|
||||||
|
trx.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue