BF2819873 BOMValidate batch process
This commit is contained in:
parent
1a37b0bbfb
commit
b6d3322de5
|
@ -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++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue