PP_Product_BOM_Check: minor BF

This commit is contained in:
teo_sarca 2008-09-03 09:07:02 +00:00
parent fcdf078207
commit 218c44d185
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class PP_Product_BOM_Check extends SvrProcess
DB.rollback(false, get_TrxName());
MProduct xp = new MProduct(getCtx(), p_Record_ID, null); // parent
xp.setIsVerified(false); // set BOM not verified
xp.save();
xp.saveEx();
String msg = string;
ValueNamePair pp = CLogger.retrieveError();
if (pp != null)