Merge branch 'product-internal' into 'master'

Output internal name for product on product export page

See merge request dreipunktnull/ep-reisen-web!2
This commit is contained in:
Cedric Ziel
2018-07-18 13:56:23 +00:00
@@ -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>