// fixed quantity displayed

This commit is contained in:
bMancone
2012-01-24 13:18:24 +00:00
parent fb32a0d280
commit 2cac594536
@@ -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}