Author: hansbak
Date: Tue Nov 15 07:55:27 2011
New Revision: 1202084
URL:
http://svn.apache.org/viewvc?rev=1202084&view=revLog:
commit missed an update in last rquest
Modified:
ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
Modified: ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/CommonScreens.xml?rev=1202084&r1=1202083&r2=1202084&view=diff==============================================================================
--- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Tue Nov 15 07:55:27 2011
@@ -68,7 +68,7 @@ under the License.
<order-by field-name="-fromDate"/>
</entity-and>
<set field="orgContentId" from-field="orgPartyContentMap[0].contentId"/>
- <set field="orgPartyContent" value="${groovy: orgContentId!=null?"content/control/stream?contentId=" + orgContentId : ""}"/>
+ <set field="orgPartyContent" value="${groovy: orgContentId!=null?"/content/control/stream?contentId=" + orgContentId : ""}"/>
<set field="layoutSettings.organizationLogoLinkUrl" from-field="orgPartyContent" default-value="${orgPartyLogoMap.logoImageUrl}" global="true"/>
<set field="defaultOrganizationPartyCurrencyUomId" from-field="orgParty.baseCurrencyUomId" default-value="${defaultCurrencyUomId}" global="true"/>
<set field="defaultOrganizationPartyGroupName" from-field="orgParty.groupName" global="true"/>