X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fsales_orders_view.php;h=78b4a40f6f28d0a62d11f192be9e412e9d7e8abd;hb=85dc33981ccca0c00a6d9c7618b17e034354edd8;hp=7a7bbbab3d6f474d627db2d898fd673b83acae88;hpb=952887fa25ef9e3687b0e1db26fa46e0a427daec;p=fa-stable.git 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) : ''; } //---------------------------------------------------------------------------------------------