Author: deepak
Date: Sun Jun 12 07:07:02 2016
New Revision: 1747956
URL:
http://svn.apache.org/viewvc?rev=1747956&view=revLog:
(OFBIZ-7269) Applied patch from jira issue
===================================
Error while importing party
===================================
Thanks Nameet Jain for your contribution.
Modified:
ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyServices.java
Modified: ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyServices.java?rev=1747956&r1=1747955&r2=1747956&view=diff==============================================================================
--- ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyServices.java (original)
+++ ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyServices.java Sun Jun 12 07:07:02 2016
@@ -2445,7 +2445,7 @@ public class PartyServices {
} else { // person
Map<String, Object> person = UtilMisc.toMap(
"firstName", rec.get("firstName"),
- "middleName", rec.get("midleName"),
+ "middleName", rec.get("middleName"),
"lastName", rec.get("lastName"),
"preferredCurrencyUomId", rec.get("preferredCurrencyUomId"),
"statusId", "PARTY_ENABLED",