Commit af4a10f1 authored by prane's avatar prane

Changes to consider Misc. Debit Note on SO posting invoice adjustment

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206616 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 36389b7a
......@@ -701,7 +701,7 @@ public class InvoiceDrcrAdj
}
else
{
sqlStr = sqlStr + " ) ";
sqlStr = sqlStr + " or ( tran_ser = 'MDRCRD' ) ) ";//sqlStr = sqlStr + " ) ";
}
sqlStr = sqlStr + " and ref_type not in (" + tranTypeFinChrgDrn + ") ) ";
}
......@@ -714,7 +714,7 @@ public class InvoiceDrcrAdj
}
else
{
sqlStr = sqlStr + " ) ";
sqlStr = sqlStr + " or ( tran_ser = 'MDRCRD' ) ) ";//sqlStr = sqlStr + " ) ";
}
}
//if (len(trim(drnNotIn)) > 0 then // 24/01/14 manoharan to FI3JSUN007 do not consider ther freight drn
......
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