BF2819873 BOMValidate batch process

This commit is contained in:
tspc 2009-07-10 22:39:13 +00:00
parent 1a37b0bbfb
commit b6d3322de5
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public class BOMValidate extends SvrProcess
rs = pstmt.executeQuery (); rs = pstmt.executeQuery ();
while (rs.next ()) while (rs.next ())
{ {
String info = validateProduct(new MProduct(getCtx(), p_M_Product_ID, get_TrxName())); String info = validateProduct(new MProduct(getCtx(), rs.getInt(1), get_TrxName()));
addLog(0, null, null, info); addLog(0, null, null, info);
counter++; counter++;
} }