X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_invoice.php;h=bd7ee681da3a7897fecc597d80b5e8eb82ff73e5;hb=29e68a1b8dcbe7c7ecb797396945e0cccf2d6cd8;hp=8712b6c657fb426df44e3f81be0e647112f96658;hpb=4c40cfa3e45f9546731a137e8a30b45dd751c1cb;p=fa-stable.git diff --git a/sales/customer_invoice.php b/sales/customer_invoice.php index 8712b6c6..bd7ee681 100644 --- a/sales/customer_invoice.php +++ b/sales/customer_invoice.php @@ -57,7 +57,7 @@ if (isset($_GET['AddedID'])) { display_note(get_customer_trans_view_str($trans_type, $invoice_no, _("&View This Invoice")), 0, 1); display_note(print_document_link($invoice_no, _("&Print This Invoice"), true, ST_SALESINVOICE)); - display_note(print_document_link($invoice_no, _("&Email This Invoice"), true, ST_SALESINVOICE, false, 'printlink', "", 1),1); + display_note(print_document_link($invoice_no, _("&Email This Invoice"), true, ST_SALESINVOICE, false, "printlink", "", 1),1); display_note(get_gl_view_str($trans_type, $invoice_no, _("View the GL &Journal Entries for this Invoice")),1);