You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2010/02/22 15:32:22 UTC

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

Author: jacopoc
Date: Mon Feb 22 14:32:22 2010
New Revision: 912583

URL: http://svn.apache.org/viewvc?rev=912583&view=rev
Log:
Fixed bug that was preventing the loading of content for acctg party preference form.

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=912583&r1=912582&r2=912583&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml Mon Feb 22 14:32:22 2010
@@ -72,13 +72,13 @@
         <field name="submitButton" title="${uiLabelMap.AccountingCreateAssignment}"><submit button-type="button"/></field>
     </form>
 
-    <form name="PartyAcctgPreference" type="single" target="createPartyAcctgPreference"
+    <form name="PartyAcctgPreference" type="single" target="createPartyAcctgPreference" default-map-name="agregatedPartyAcctgPreference"
             header-row-style="header-row" default-table-style="basic-table">
         <actions>
             <service service-name="getPartyAccountingPreferences" result-map="result">
                 <field-map field-name="organizationPartyId"/>
             </service>
-            <set field="agregatedPartyAcctgPreference" from-field="result.partyAccountingPreference" type="NewMap"/>
+            <set field="agregatedPartyAcctgPreference" from-field="result.partyAccountingPreference" type="Map"/>
         </actions>
         <alt-target use-when="partyAcctgPreference!=null" target="updatePartyAcctgPreference"/>
         <auto-fields-service service-name="createPartyAcctgPreference"/>