Author: hansbak
Date: Tue Jun 30 10:22:57 2009
New Revision: 789654
URL:
http://svn.apache.org/viewvc?rev=789654&view=revLog:
notes on customer request did not show
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml?rev=789654&r1=789653&r2=789654&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml Tue Jun 30 10:22:57 2009
@@ -72,6 +72,9 @@
<entity-and entity-name="CustRequestAndContent" list="custRequestAndContents">
<field-map field-name="custRequestId" from-field="custRequestId"/>
</entity-and>
+ <entity-and entity-name="CustRequestItemNoteView" list="notes">
+ <field-map field-name="custRequestId" from-field="custRequestId"/>
+ </entity-and>
</actions>
<widgets>
<container style="lefthalf">
@@ -138,6 +141,7 @@
<entity-one entity-name="CustRequest" value-field="custRequest"/>
<set field="statusId" from-field="custRequest.statusId"/>
<entity-one entity-name="StatusItem" value-field="currentStatus"/>
+ <entity-one entity-name="CommunicationEvent" value-field="communicationEvent"/>
</actions>
<widgets>
<decorator-screen name="CommonRequestDecorator" location="${parameters.mainDecoratorLocation}">