// fixed quantity displayed

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12641 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-01-24 13:18:24 +00:00
parent 4785e8d645
commit 57ea0d3932
@@ -36,7 +36,7 @@
{if !$product->hasAttributes()}
<table border="0" cellpadding="0" cellspacing="0" class="table" style="">
<tr>
<th width="150">{l s='Name:'}{$product->name}</th>
<th width="150">{l s='Name:'} {$product->name}</th>
{if !empty($product->product_supplier_reference)}<th width="280">{l s='Supplier Reference:'} {$product->product_supplier_reference}</th>{/if}
{if !empty($product->product_supplier_price_te)}<th width="280">{l s='Wholesale price:'} {$product->product_supplier_price_te}</th>{/if}
{if !empty($product->reference)}<th width="150">{l s='Reference:'} {$product->reference}</th>{/if}