You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2010/05/21 14:41:20 UTC

svn commit: r946986 - /ofbiz/branches/release10.04/applications/accounting/widget/AgreementScreens.xml

Author: mor
Date: Fri May 21 12:41:20 2010
New Revision: 946986

URL: http://svn.apache.org/viewvc?rev=946986&view=rev
Log:
Merged changes from trunk r946985

Fixed yet another missing resource on EditAgreementRoles screen in accounting component.

Modified:
    ofbiz/branches/release10.04/applications/accounting/widget/AgreementScreens.xml

Modified: ofbiz/branches/release10.04/applications/accounting/widget/AgreementScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/accounting/widget/AgreementScreens.xml?rev=946986&r1=946985&r2=946986&view=diff
==============================================================================
--- ofbiz/branches/release10.04/applications/accounting/widget/AgreementScreens.xml (original)
+++ ofbiz/branches/release10.04/applications/accounting/widget/AgreementScreens.xml Fri May 21 12:41:20 2010
@@ -719,6 +719,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleFindAgreementRoles"/>
                 <set field="tabButtonItem" value="AgreementRoles"/>
+                <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="agreementId" from-field="parameters.agreementId"/>
                 <entity-one entity-name="Agreement" value-field="agreement" auto-field-map="true"/>
             </actions>