svn commit: r548153 - /ofbiz/trunk/applications/party/servicedef/services.xml

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

svn commit: r548153 - /ofbiz/trunk/applications/party/servicedef/services.xml

hansbak-2
Author: hansbak
Date: Sun Jun 17 18:09:18 2007
New Revision: 548153

URL: http://svn.apache.org/viewvc?view=rev&rev=548153
Log:
allow the setting and update of preferredCurrencyUomId for a partyGroup

Modified:
    ofbiz/trunk/applications/party/servicedef/services.xml

Modified: ofbiz/trunk/applications/party/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/servicedef/services.xml?view=diff&rev=548153&r1=548152&r2=548153
==============================================================================
--- ofbiz/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/services.xml Sun Jun 17 18:09:18 2007
@@ -110,6 +110,7 @@
         <auto-attributes mode="IN" include="nonpk" optional="true"/>
         <attribute name="partyTypeId" type="String" mode="IN" optional="true"/>
         <attribute name="description" type="String" mode="IN" optional="true"/>
+        <attribute name="preferredCurrencyUomId" type="String" mode="IN" optional="true"/>
         <override name="groupName" optional="false"/>
     </service>
     <service name="updatePartyGroup" engine="java" default-entity-name="PartyGroup"
@@ -119,6 +120,7 @@
         <auto-attributes mode="IN" include="nonpk" optional="true"/>
         <attribute name="description" type="String" mode="IN" optional="true"/>
         <attribute name="partyTypeId" type="String" mode="IN" optional="true"/>
+        <attribute name="preferredCurrencyUomId" type="String" mode="IN" optional="true"/>
     </service>
 
     <service name="savePartyNameChange" engine="simple"