Bug [ 1810036 ] InventoryCountUpdate Gives Wrong Qty
This commit is contained in:
parent
11a0fe3d4d
commit
5cf47c3fa2
|
@ -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 ())
|
||||||
|
|
Loading…
Reference in New Issue