You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2018/03/28 07:04:03 UTC

svn commit: r1827892 - /ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_admin.xml

Author: nmalin
Date: Wed Mar 28 07:04:03 2018
New Revision: 1827892

URL: http://svn.apache.org/viewvc?rev=1827892&view=rev
Log:
Fixed: correct field name partyId on the service createPartyPrefDocTypeTpl
(OFBIZ-10186)
Thanks to Aditya Sharma for the corective patch

Modified:
    ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_admin.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_admin.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_admin.xml?rev=1827892&r1=1827891&r2=1827892&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_admin.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_admin.xml Wed Mar 28 07:04:03 2018
@@ -65,7 +65,7 @@ under the License.
         <permission-service service-name="acctgPrefPermissionCheck" main-action="CREATE"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <attribute name="partyPrefDocTypeTplId" type="String" mode="OUT"/>
-        <override name="partylId" mode="IN" optional="false"/>
+        <override name="partyId" mode="IN" optional="false"/>
     </service>
     <service name="expirePartyPrefDocTypeTpl" default-entity-name="PartyPrefDocTypeTpl" engine="entity-auto" invoke="expire" auth="true">
         <description>Expire a documentType preference for a party (organization)</description>