Merge branch 'ticket/r13265-2-fix-label-bottle' into dev

This commit is contained in:
Rodney Figaro 2017-05-30 18:23:55 +02:00
commit 179dd86c83

View File

@ -7,7 +7,7 @@
<strong>{l s='Product'} : </strong>
<span class="product-name">{$product.name|escape:'html':'UTF-8'}</span>
{if isset($product.nb_per_box) && $product.nb_per_box>1}
<span class="packing">{l s='Boxes of '} {$product.nb_per_box} {l s='bottles'}</span>
<span class="packing">{l s='Boxes of '} {$product.nb_per_box} {$product.unity}{if !empty({$product.unity})}s{/if}</span>
{/if}
</div>