BF2017794 BOM verification, Error not being detected by AfterSave

This commit is contained in:
tspc 2008-07-14 09:06:55 +00:00
parent badca70452
commit 6ecc91660a
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ public class MPPProductBOMLine extends X_PP_Product_BOMLine
} }
return parent; return parent;
} }
catch (Exception e) catch (SQLException e)
{ {
s_log.log(Level.SEVERE, "iparent - " + sql + e); s_log.log(Level.SEVERE, "iparent - " + sql + e);
} }