Author: mor
Date: Fri May 21 12:41:20 2010
New Revision: 946986
URL:
http://svn.apache.org/viewvc?rev=946986&view=revLog:
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>