svn commit: r929119 - /ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

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

svn commit: r929119 - /ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

erwan
Author: erwan
Date: Tue Mar 30 12:53:07 2010
New Revision: 929119

URL: http://svn.apache.org/viewvc?rev=929119&view=rev
Log:
Using right field name so the right uiLabel is displayed

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

Modified: ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml?rev=929119&r1=929118&r2=929119&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Tue Mar 30 12:53:07 2010
@@ -105,7 +105,7 @@ under the License.
         </field>
         <field name="lastModifiedDate"><display/></field>
         <!--field name="statusId"><hidden value="CRQ_REJECTED"/></field-->
-        <field name="reject">
+        <field name="rejectButton">
             <hyperlink target="setCustRequestStatus" description="${uiLabelMap.FormFieldTitle_rejectButton}">
                 <parameter param-name="custRequestId"/>
                 <parameter param-name="statusId" value="CRQ_REJECTED"/>