Author: diveshdutta
Date: Sat Sep 17 11:41:59 2016
New Revision: 1761201
URL:
http://svn.apache.org/viewvc?rev=1761201&view=revLog:
Improved:In Agreement screen, rename the button label to create new agreement from Edit Agreement to Create Agreement.
(OFBIZ-7608)
Thanks: Anuj Jain for providing the patch and Swapnil Shah for reporting the issue
Modified:
ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=1761201&r1=1761200&r2=1761201&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Sat Sep 17 11:41:59 2016
@@ -234,7 +234,7 @@ under the License.
<decorator-screen name="CommonProductDecorator" location="${parameters.productDecoratorLocation}">
<decorator-section name="body">
<container>
- <link target="/accounting/control/EditAgreement" url-mode="inter-app" text="${uiLabelMap.PageTitleEditAgreement}" style="buttontext">
+ <link target="/accounting/control/EditAgreement" url-mode="inter-app" text="${uiLabelMap.AccountingNewAgreement}" style="buttontext">
<parameter param-name="productId"/>
</link>
</container>