Commit a58c5a76 authored by pchavan's avatar pchavan

To set correct custcodeBill and custCodeSold to map

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@201625 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7ae1346c
...@@ -231,9 +231,13 @@ public class SOrderAmdConf extends ActionHandlerEJB implements SOrderAmdConfLoca ...@@ -231,9 +231,13 @@ public class SOrderAmdConf extends ActionHandlerEJB implements SOrderAmdConfLoca
} }
//errString = gbf_credit_check(ls_cust_code, ls_item_ser, lc_tot_amt_bc, '', ls_sales_order, ld_due_date, ls_site_code, 'S','',ls_check[]) //errString = gbf_credit_check(ls_cust_code, ls_item_ser, lc_tot_amt_bc, '', ls_sales_order, ld_due_date, ls_site_code, 'S','',ls_check[])
HashMap CreditCheckMap = new HashMap(); HashMap CreditCheckMap = new HashMap();
CreditCheckMap.put("as_cust_code_bil", custCode); //Changed By PriyankaC on 04June2019 to set correct custCodeSold and Bill to value [Start].
//Added by kunal on 5/11/2018 to add cust_code__bill value /*CreditCheckMap.put("as_cust_code_bil",custCode);
CreditCheckMap.put("as_cust_code_sold_to", custCodeBil); //added by kunal on 12/11/2018 to add custCodeBil in map for credit check
CreditCheckMap.put("as_cust_code_sold_to", custCodeBil);*/
CreditCheckMap.put("as_cust_code_bil",custCodeBil);
CreditCheckMap.put("as_cust_code_sold_to",custCode);
//Changed By PriyankaC on 04June2019 to set correct custCodeSold and Bill to value [END].
CreditCheckMap.put("as_item_ser", itemSer); CreditCheckMap.put("as_item_ser", itemSer);
CreditCheckMap.put("ad_net_amt", totAmt); CreditCheckMap.put("ad_net_amt", totAmt);
CreditCheckMap.put("as_sorder", saleOrd); CreditCheckMap.put("as_sorder", saleOrd);
......
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