Author: mor
Date: Fri May 21 12:37:10 2010
New Revision: 946985
URL:
http://svn.apache.org/viewvc?rev=946985&view=revLog:
Fixed yet another missing resource on EditAgreementRoles screen in accounting component.
Modified:
ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml?rev=946985&r1=946984&r2=946985&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml Fri May 21 12:37:10 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>