Commit 3d816147 authored by kshinde's avatar kshinde

bug fix logical error getDescrSpeces

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187880 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b3695e6a
...@@ -11479,7 +11479,7 @@ public class POrderIC extends ValidatorEJB implements POrderICRemote, ...@@ -11479,7 +11479,7 @@ public class POrderIC extends ValidatorEJB implements POrderICRemote,
} }
if (attrib5 != null && attrib5.trim().length() > 0 && spec5 != null if (attrib5 != null && attrib5.trim().length() > 0 && spec5 != null
&& spec5.trim().length() > 0) { && spec5.trim().length() > 0) {
specs = specs + " " + attrib3.trim() + " : " + spec3.trim(); specs = specs + " " + attrib5.trim() + " : " + spec5.trim();
} }
if (attrib6 != null && attrib6.trim().length() > 0 && spec6 != null if (attrib6 != null && attrib6.trim().length() > 0 && spec6 != null
&& spec6.trim().length() > 0) { && spec6.trim().length() > 0) {
......
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