Commit 33b07e88 authored by prane's avatar prane

bug fixed

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@203615 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9fa1e3a1
......@@ -733,7 +733,7 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, itemCode);
rs = pstmt.executeQuery();
if (rs.next()) actionStock
if (rs.next())
{
trackShelfLife = rs.getString(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment