Merge branch 'ticket/r13265-2-fix-label-bottle' into dev
This commit is contained in:
commit
179dd86c83
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user