Commit 2587e4ab authored by msaggam's avatar msaggam

"Unable to define Promotion scheme -Item not of

same series  Item Enter is of different series "

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204823 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 570f246a
...@@ -495,7 +495,8 @@ public class SchemeDefMaster extends ValidatorEJB implements ...@@ -495,7 +495,8 @@ public class SchemeDefMaster extends ValidatorEJB implements
+ item_ser_detail + " oth_series: " + item_ser_detail + " oth_series: "
+ oth_series); + oth_series);
if (!(item_ser_header.trim().equalsIgnoreCase(item_ser_detail)) && (oth_series.equalsIgnoreCase("N"))) // if (!(item_ser_header.trim().equalsIgnoreCase(item_ser_detail)) && (oth_series.equalsIgnoreCase("N")))
if (!(item_ser_header.trim().equalsIgnoreCase(item_ser_detail.trim())) && (oth_series.equalsIgnoreCase("N"))) // condition changed by mahesh saggam on 08/aug/19
{ {
errList.add("VTITEM2"); errList.add("VTITEM2");
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
......
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