Commit cd7ae130 authored by ngadkari's avatar ngadkari

changes in variable stype

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189114 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f0814d26
...@@ -3055,7 +3055,7 @@ public class FinCommon ...@@ -3055,7 +3055,7 @@ public class FinCommon
if (sundryCode == null || sundryCode.trim().length() == 0) if (sundryCode == null || sundryCode.trim().length() == 0)
{ {
if (sType != null && !"O".equalsIgnoreCase("sType")) if (sType != null && !"O".equalsIgnoreCase(sType))
{ {
errCode = "VMACCT4"; // TYPE MUST BE OTHER IF SUNDRY CODE IS BLANK errCode = "VMACCT4"; // TYPE MUST BE OTHER IF SUNDRY CODE IS BLANK
} }
......
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