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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user