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:
@@ -15,7 +15,7 @@
|
|||||||
<h2>Einzelexport für Copy&Paste</h2>
|
<h2>Einzelexport für Copy&Paste</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<f:for each="{products}" as="product">
|
<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>
|
</f:for>
|
||||||
</ul>
|
</ul>
|
||||||
</f:if>
|
</f:if>
|
||||||
|
|||||||
Reference in New Issue
Block a user