Author: jacopoc
Date: Wed Jul  9 14:20:34 2014
New Revision: 1609169

URL: http://svn.apache.org/r1609169
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/release12.04/   (props changed)
    
ofbiz/branches/release12.04/applications/order/widget/ordermgr/CustRequestForms.xml

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

Modified: 
ofbiz/branches/release12.04/applications/order/widget/ordermgr/CustRequestForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/order/widget/ordermgr/CustRequestForms.xml?rev=1609169&r1=1609168&r2=1609169&view=diff
==============================================================================
--- 
ofbiz/branches/release12.04/applications/order/widget/ordermgr/CustRequestForms.xml
 (original)
+++ 
ofbiz/branches/release12.04/applications/order/widget/ordermgr/CustRequestForms.xml
 Wed Jul  9 14:20:34 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">


Reply via email to