Bug [ 1810036 ] InventoryCountUpdate Gives Wrong Qty

This commit is contained in:
kthiemann 2007-10-09 09:16:03 +00:00
parent 11a0fe3d4d
commit 5cf47c3fa2
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class InventoryCountUpdate extends SvrProcess
PreparedStatement pstmt = null; PreparedStatement pstmt = null;
try try
{ {
pstmt = DB.prepareStatement (sql, null); pstmt = DB.prepareStatement (sql, get_TrxName());
pstmt.setInt (1, p_M_Inventory_ID); pstmt.setInt (1, p_M_Inventory_ID);
ResultSet rs = pstmt.executeQuery (); ResultSet rs = pstmt.executeQuery ();
while (rs.next ()) while (rs.next ())