BUG [1881727] Fix Create costing return value when catch exception

This commit is contained in:
armenrz 2008-01-29 10:53:38 +00:00
parent b1241e7a95
commit d077175913
1 changed files with 1 additions and 0 deletions

View File

@ -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
{ {