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&&returnHeader.getString("fromPartyId")!=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>