Commit ff6c3e9e authored by prane's avatar prane

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202482 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 18e483de
...@@ -360,7 +360,7 @@ public class PriceListConf extends ActionHandlerEJB implements PriceListConfLoca ...@@ -360,7 +360,7 @@ public class PriceListConf extends ActionHandlerEJB implements PriceListConfLoca
double maxrate1 = 0.0; double maxrate1 = 0.0;
char left = 0; char left = 0;
String PriceListParent1 = "", orderType1 = ""; String PriceListParent1 = "", orderType1 = "";
int Ctr = 0, countup = 0, Len = 0, Len1 = 0; int Ctr = 0, countup = 0, Len = 0, Len1 = 0,pListCtr=0;
java.sql.Timestamp ChgDate = null, efffromdt = null, validupto = null; java.sql.Timestamp ChgDate = null, efffromdt = null, validupto = null;
java.sql.Timestamp chgDate = null, efffrom = null, today = null; java.sql.Timestamp chgDate = null, efffrom = null, today = null;
String lotnofr = "", lotnoto = "", currentlotnofr = "", currentlotnoto = "", nextlotnofr = "", LotNoTo = "", String lotnofr = "", lotnoto = "", currentlotnofr = "", currentlotnoto = "", nextlotnofr = "", LotNoTo = "",
...@@ -707,10 +707,10 @@ public class PriceListConf extends ActionHandlerEJB implements PriceListConfLoca ...@@ -707,10 +707,10 @@ public class PriceListConf extends ActionHandlerEJB implements PriceListConfLoca
// less then the // less then the
// plist1 = (String)PList.get("price_list"); // plist1 = (String)PList.get("price_list");
System.out.println("---PricelistGen["+PricelistGen+"]-Ctr["+PricelistGen.size()+"]"); System.out.println("---PricelistGen["+PricelistGen+"]-Ctr["+PricelistGen.size()+"]");
for (Ctr = 0; Ctr < PricelistGen.size(); Ctr++) for (pListCtr = 0; pListCtr < PricelistGen.size(); pListCtr++)
{ {
PList = (HashMap) PricelistGen.get(Ctr); PList = (HashMap) PricelistGen.get(pListCtr);
System.out.println("---PricelistGen-Ctr["+Ctr+"]"); System.out.println("---PricelistGen-Ctr["+pListCtr+"]");
// PricelistGen.add(PList); // PricelistGen.add(PList);
System.out.println("List Size------[" + PricelistGen.size() + "]"); System.out.println("List Size------[" + PricelistGen.size() + "]");
System.out.println("PList---[" + PList + "]"); System.out.println("PList---[" + PList + "]");
......
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