// add icon in order to see invoice in document table on order page
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11559 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{*/if*}
|
||||
<td class="document_date">{dateFormat date=$document->date_add}</td>
|
||||
<td class="document_type">Invoice</td>
|
||||
<td class="document_number"><a href="pdf.php?pdf&id_order_invoice={$document->id}">{$document->getInvoiceNumberFormatted($current_id_lang)}</a></td>
|
||||
<td class="document_number"><a href="pdf.php?pdf&id_order_invoice={$document->id}">{$document->getInvoiceNumberFormatted($current_id_lang)} <img src="../img/admin/details.gif" alt="{l s='See the invoice'}" /></a></td>
|
||||
<td class="document_amount">
|
||||
{*if TYPE DOCUMENT = INVOICE *}
|
||||
{displayPrice price=$document->total_paid_tax_incl currency=$currency->id}
|
||||
|
||||
Reference in New Issue
Block a user