Output internal name for product in product export

This commit is contained in:
Cedric Ziel
2018-07-18 15:53:21 +02:00
parent dea981711d
commit c712791c24
@@ -15,7 +15,7 @@
<h2>Einzelexport für Copy&amp;Paste</h2>
<ul>
<f:for each="{products}" as="product">
<li><f:link.action action="copypaste" arguments="{product: product, reseller: reseller}">{product.name}</f:link.action></li>
<li><f:link.action action="copypaste" arguments="{product: product, reseller: reseller}">{product.nameInternal}</f:link.action></li>
</f:for>
</ul>
</f:if>