Commit 3f6a91f9 authored by wansari's avatar wansari

D16JSUN0002 updated source for taking customer type from header in Screen4


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105268 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7e74feb2
......@@ -3488,7 +3488,8 @@ public class ScontractGwtIC extends ValidatorEJB implements ScontractGwtICLocal,
custName = checkNullAndTrim(genericUtility.getColumnValue("cust_name", dom));
city = checkNullAndTrim(genericUtility.getColumnValue("city", dom));
drgLicNo = checkNullAndTrim(genericUtility.getColumnValue("drug_lic_no", dom));
custType = checkNullAndTrim(genericUtility.getColumnValue("cust_type", dom));
//custType = checkNullAndTrim(genericUtility.getColumnValue("cust_type", dom));
custType = checkNullAndTrim(genericUtility.getColumnValue("cust_type", dom1));
custTypeDescr = checkNullAndTrim(genericUtility.getColumnValue("cust_type__descr", dom));
lineNo = " " + lineNo;
......
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