Commit 17ad32ed authored by vdhoble's avatar vdhoble

changes for acct_prd code and pricelist validation for D14GSUN005


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97138 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 446192c8
...@@ -187,7 +187,7 @@ public class SalesBudgetCustIC extends ValidatorEJB implements SalesBudgetCustIC ...@@ -187,7 +187,7 @@ public class SalesBudgetCustIC extends ValidatorEJB implements SalesBudgetCustIC
} }
System.out.println("Count value for acct_prd--->"+cnt1); System.out.println("Count value for acct_prd--->"+cnt1);
if(cnt1 == 0){ if(cnt1 == 0){
errCode = "VMACCTPRD"; //value of acct_prd should be in period master errCode = "VTACCTPRD"; //value of acct_prd should be in period master
errList.add( errCode ); errList.add( errCode );
errFields.add( childNodeName.toLowerCase() ); errFields.add( childNodeName.toLowerCase() );
} }
...@@ -253,7 +253,7 @@ public class SalesBudgetCustIC extends ValidatorEJB implements SalesBudgetCustIC ...@@ -253,7 +253,7 @@ public class SalesBudgetCustIC extends ValidatorEJB implements SalesBudgetCustIC
} }
System.out.println("Count value for PriceList--->"+cnt1); System.out.println("Count value for PriceList--->"+cnt1);
if(cnt1 == 0){ if(cnt1 == 0){
errCode = "VMPRICELIST"; //item series value must exist in item series errCode = "VTINVPLIST"; //pricelist value must exist in item series
errList.add( errCode ); errList.add( errCode );
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