* [ 1650898 ] Production Run doesn't complete

This commit is contained in:
Heng Sin Low 2007-02-02 21:47:47 +00:00
parent 18226dcc30
commit 6c840d5721
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ public class M_Production_Run extends SvrProcess {
ResultSet pl = CUR_PL_Post.executeQuery();
while (pl.next()) {
sql = " select bomQtyOnHand (" + pl.getInt("M_Product_ID")
+ ", null," + pl.getInt("M_Locator_ID") + ")";
+ ", null," + pl.getInt("M_Locator_ID") + ") FROM DUAL";
PreparedStatement cnsql = null;
cnsql = DB.prepareStatement(sql, get_TrxName());
ResultSet cs = cnsql.executeQuery();