svn commit: r1604552 - in /ofbiz/branches/release13.07: ./ applications/party/script/org/ofbiz/party/party/PartyServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1604552 - in /ofbiz/branches/release13.07: ./ applications/party/script/org/ofbiz/party/party/PartyServices.xml

jleroux@apache.org
Author: jleroux
Date: Sun Jun 22 08:54:47 2014
New Revision: 1604552

URL: http://svn.apache.org/r1604552
Log:
"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/release13.07/   (props changed)
    ofbiz/branches/release13.07/applications/party/script/org/ofbiz/party/party/PartyServices.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1604522

Modified: ofbiz/branches/release13.07/applications/party/script/org/ofbiz/party/party/PartyServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/party/script/org/ofbiz/party/party/PartyServices.xml?rev=1604552&r1=1604551&r2=1604552&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/party/script/org/ofbiz/party/party/PartyServices.xml (original)
+++ ofbiz/branches/release13.07/applications/party/script/org/ofbiz/party/party/PartyServices.xml Sun Jun 22 08:54:47 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>