Commit 3682d22b authored by kshinde's avatar kshinde

bug fix price list discount added on cust code itemchange

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@173710 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 195cecc1
......@@ -7197,7 +7197,7 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
exchangeRateProtect(mcurr, lsSiteCode, "exch_rate__frt", conn);
}
lsPlistDisc = priceListDiscount(lsSiteCode, lsCustCodeDlv, conn);
lsPlistDisc = priceListDiscount(lsSiteCode, lsCustCode, conn);
sql = "select ltrim(rtrim(order_type)) as ls_plist_ordertype from pricelist where price_list = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, lsPlistDisc);
......
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