Author: jleroux
Date: Sun Jun 22 08:54:48 2014
New Revision: 1604553
URL:
http://svn.apache.org/r1604553Log:
"Applied fix from trunk for revision: 1604522"
------------------------------------------------------------------------
r1604522 | paulfoxworthy | 2014-06-22 05:22:42 +0200 (dim. 22 juin 2014) | 1 ligne
Read gender from person parameter, not PartyNameHistory
------------------------------------------------------------------------
Modified:
ofbiz/branches/release12.04/ (props changed)
ofbiz/branches/release12.04/applications/party/script/org/ofbiz/party/party/PartyServices.xml
Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1604522
Modified: ofbiz/branches/release12.04/applications/party/script/org/ofbiz/party/party/PartyServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/party/script/org/ofbiz/party/party/PartyServices.xml?rev=1604553&r1=1604552&r2=1604553&view=diff==============================================================================
--- ofbiz/branches/release12.04/applications/party/script/org/ofbiz/party/party/PartyServices.xml (original)
+++ ofbiz/branches/release12.04/applications/party/script/org/ofbiz/party/party/PartyServices.xml Sun Jun 22 08:54:48 2014
@@ -154,8 +154,8 @@ under the License.
<if-not-empty field="partyNameHistoryCurrent.suffix">
<field-to-result field="partyNameHistoryCurrent.suffix" result-name="suffix"/>
</if-not-empty>
- <if-not-empty field="partyNameHistoryCurrent.gender">
- <field-to-result field="partyNameHistoryCurrent.gender" result-name="gender"/>
+ <if-not-empty field="person.gender">
+ <field-to-result field="person.gender" result-name="gender"/>
</if-not-empty>