svn commit: r1761191 - /ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1761191 - /ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml

ashish-18
Author: ashish
Date: Sat Sep 17 11:00:42 2016
New Revision: 1761191

URL: http://svn.apache.org/viewvc?rev=1761191&view=rev
Log:
Improved: Invalid UiLabel on Edit Return screen.
(OFBIZ-8262)
Thanks: Akshay for the contribution.

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml?rev=1761191&r1=1761190&r2=1761191&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml Sat Sep 17 11:00:42 2016
@@ -98,7 +98,7 @@ under the License.
             </drop-down>
         </field>
         <field name="newCreditCard" widget-style="buttontext" use-when="returnHeader!=null&amp;&amp;returnHeader.getString(&quot;fromPartyId&quot;)!=null">
-            <hyperlink also-hidden="false" target="/partymgr/control/editcreditcard" target-window="partymgr" description="${uiLabelMap.AccountingCreateNewCreditCard}" target-type="inter-app">
+            <hyperlink also-hidden="false" target="/partymgr/control/editcreditcard" target-window="partymgr" description="${uiLabelMap.AccountingAddNewCreditCard}" target-type="inter-app">
                 <parameter param-name="partyId" from-field="returnHeader.fromPartyId"/>
             </hyperlink>
         </field>