[Ils-source] r1448 - trunk/webapp/api/ccure/user/put

scribe at crosswire.org scribe at crosswire.org
Tue Apr 26 04:26:07 MST 2016


Author: scribe
Date: 2016-04-26 04:26:07 -0700 (Tue, 26 Apr 2016)
New Revision: 1448

Modified:
   trunk/webapp/api/ccure/user/put/index.jsp
Log:
added many iterations of what a COMPANY (Workgroup) field might be named


Modified: trunk/webapp/api/ccure/user/put/index.jsp
===================================================================
--- trunk/webapp/api/ccure/user/put/index.jsp	2016-04-26 11:12:59 UTC (rev 1447)
+++ trunk/webapp/api/ccure/user/put/index.jsp	2016-04-26 11:26:07 UTC (rev 1448)
@@ -253,6 +253,12 @@
 
 		++errCode;
 		val = record.getValue("UDF__COMPANY_");
+		if (val == null || val.length() == 0) val = record.getValue("UDF__COMPANY_1_");
+		if (val == null || val.length() == 0) val = record.getValue("UDF__VQQ_CO_");
+		if (val == null || val.length() == 0) val = record.getValue("UDF__CRG_CO_");
+		if (val == null || val.length() == 0) val = record.getValue("UDF__JIA_COMPANY_");
+		if (val == null || val.length() == 0) val = record.getValue("UDF__CECIL_COMPANY_");
+		if (val == null || val.length() == 0) val = record.getValue("UDF__JAXEX_COMPANY_");
 		val2 = request.getParameter("locationUserData");
 		int requestedLocation = -1;
 		if ((val != null && val.trim().length() > 0) || (val2 != null && val2.trim().length() > 0)) {




More information about the Ils-source mailing list