From 85dc33981ccca0c00a6d9c7618b17e034354edd8 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 22 Jun 2012 16:05:29 +0200 Subject: [PATCH] Standard invoicing icon used in prepayment invoicing inquire. --- sales/inquiry/sales_orders_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sales/inquiry/sales_orders_view.php b/sales/inquiry/sales_orders_view.php index 7a7bbbab..78b4a40f 100644 --- a/sales/inquiry/sales_orders_view.php +++ b/sales/inquiry/sales_orders_view.php @@ -198,7 +198,7 @@ function invoice_prep_link($row) return $row['inv_payments'] < $row['total'] ? pager_link($row['ord_payments'] ? _("Prepayment Invoice") : _("Final Invoice"), - "/sales/customer_invoice.php?InvoicePrepayments=" .$row['order_no'], $row['ord_payments'] ? ICON_MONEY : ICON_DOC) : ''; + "/sales/customer_invoice.php?InvoicePrepayments=" .$row['order_no'], ICON_DOC) : ''; } //--------------------------------------------------------------------------------------------- -- 2.30.2