Jason Reast-Jones created OFBIZ-6797:
----------------------------------------
Summary: Typo in ecommerce productdetail
Key: OFBIZ-6797
URL:
https://issues.apache.org/jira/browse/OFBIZ-6797 Project: OFBiz
Issue Type: Bug
Components: specialpurpose/ecommerce
Affects Versions: Trunk, Release Branch 14.12, Release Branch 13.07, Release Branch 12.04, Release Branch 11.04
Environment: Any
Reporter: Jason Reast-Jones
Priority: Minor
Small typo in ecommerce productdetail.ftl would prevent similar products by feature from rendering if the related functionality is enabled in ProductDetailgroovy.
{noformat}
<#if comsmonFeatureResultIds?has_content>
{noformat}
should read
{noformat}
<#if commonFeatureResultIds?has_content>
{noformat}
Introduced in markup refactor [816465|
https://fisheye.atlassian.com/changelog/ofbiz?cs=r816465]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)