Commit 41fcb566 authored by manohar's avatar manohar

bug fixing


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91775 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e146bce2
......@@ -167,7 +167,7 @@ public class InvAcct
if ("S".equals(invOnline))
{
sql = "SELECT CASE WHEN S.INV_ACCT IS NULL THEN 'N' ELSE S.INV_ACCT END) AS INV_ACCT "
sql = "SELECT CASE WHEN S.INV_ACCT IS NULL THEN 'N' ELSE S.INV_ACCT END AS INV_ACCT "
+" FROM PORCPDET D, ITEM I, ITEMSER S "
+ " WHERE D.ITEM_CODE = I.ITEM_CODE "
+ " AND S.ITEM_SER = I.ITEM_SER "
......
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