BUG [1881727] Fix Create costing return value when catch exception
This commit is contained in:
parent
b1241e7a95
commit
d077175913
|
@ -645,6 +645,7 @@ public class MCost extends X_M_Cost
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
s_log.log (Level.SEVERE, sql, e);
|
s_log.log (Level.SEVERE, sql, e);
|
||||||
|
success = false;
|
||||||
}
|
}
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue