{extends file="$tpl_admin_layout"} {block name="content"}
{**}
{foreach $items as $item} {/foreach}
{$_L['Item Code']} {$_L['Item Name']} {$_L['Qty']} {$_L['Price']} {$_L['Total']} Tax
{$item['itemcode']}



{$_L['Sub Total']} : {$i['subtotal']}
{$_L['Discount']} : {$i['discount']}
{$_L['TAX']} : {$i['tax']}
{$_L['TOTAL']} : {$i['total']}
| {$_L['Or Add New Customer']}
{$_L['invoice_number_help']}
{if $i['r'] neq '0'}
{else} {/if}
{* lan variables *} {/block}