svn commit: r926767 - /ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

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

svn commit: r926767 - /ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

jacopoc
Author: jacopoc
Date: Tue Mar 23 20:42:42 2010
New Revision: 926767

URL: http://svn.apache.org/viewvc?rev=926767&view=rev
Log:
Fixed invalid value for the "type" attribute of a set operation.

Modified:
    ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml?rev=926767&r1=926766&r2=926767&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml Tue Mar 23 20:42:42 2010
@@ -78,7 +78,7 @@ under the License.
             <service service-name="getPartyAccountingPreferences" result-map="result">
                 <field-map field-name="organizationPartyId"/>
             </service>
-            <set field="aggregatedPartyAcctgPreference" from-field="result.partyAccountingPreference" type="Map"/>
+            <set field="aggregatedPartyAcctgPreference" from-field="result.partyAccountingPreference" type="Object"/>
         </actions>
         <alt-target use-when="partyAcctgPreference!=null" target="updatePartyAcctgPreference"/>
         <auto-fields-service service-name="createPartyAcctgPreference"/>