You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2014/07/09 16:20:49 UTC

svn commit: r1609170 - in /ofbiz/branches/release11.04: ./ applications/order/widget/ordermgr/CustRequestForms.xml

Author: jacopoc
Date: Wed Jul  9 14:20:49 2014
New Revision: 1609170

URL: http://svn.apache.org/r1609170
Log:
Applied fix from trunk for revision: 1609167 
===

Fixed field name in edit customer request screen; thanks to james yong for the report in OFBIZ-3474


Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/order/widget/ordermgr/CustRequestForms.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1609167

Modified: ofbiz/branches/release11.04/applications/order/widget/ordermgr/CustRequestForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/order/widget/ordermgr/CustRequestForms.xml?rev=1609170&r1=1609169&r2=1609170&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/order/widget/ordermgr/CustRequestForms.xml (original)
+++ ofbiz/branches/release11.04/applications/order/widget/ordermgr/CustRequestForms.xml Wed Jul  9 14:20:49 2014
@@ -277,7 +277,7 @@ under the License.
                 <option key="9" description="${uiLabelMap.WorkEffortPriorityNine}"/>
             </drop-down>
         </field>
-        <field name="description" parameter-name="story" use-when="custRequest==null" encode-output="false"><textarea cols="60" rows="12" default-value="${communicationEvent.content}"/></field>
+        <field name="story" use-when="custRequest==null" encode-output="false"><textarea cols="60" rows="12" default-value="${communicationEvent.content}"/></field>
         <field name="maximumAmountUomId">
             <drop-down allow-empty="true" no-current-selected-key="${defaultOrganizationPartyCurrencyUomId}">
                 <entity-options key-field-name="uomId" description="${description} - ${abbreviation}" entity-name="Uom">