X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcredit_note_entry.php;h=f09aded1a91359508fd58a5b05e5d43d743d1f7c;hb=29e68a1b8dcbe7c7ecb797396945e0cccf2d6cd8;hp=ff5a171e9a7993f958ac06d7aca5ccb50e70a589;hpb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;p=fa-stable.git diff --git a/sales/credit_note_entry.php b/sales/credit_note_entry.php index ff5a171e..f09aded1 100644 --- a/sales/credit_note_entry.php +++ b/sales/credit_note_entry.php @@ -68,7 +68,7 @@ if (isset($_GET['AddedID'])) { display_note(get_customer_trans_view_str($trans_type, $credit_no, _("&View this credit note")), 0, 1); display_note(print_document_link($credit_no, _("&Print This Credit Invoice"), true, ST_CUSTCREDIT),0, 1); - display_note(print_document_link($credit_no, _("&Email This Credit Invoice"), true, ST_CUSTCREDIT, false, "", "", 1),0, 1); + display_note(print_document_link($credit_no, _("&Email This Credit Invoice"), true, ST_CUSTCREDIT, false, "printlink", "", 1),0, 1); display_note(get_gl_view_str($trans_type, $credit_no, _("View the GL &Journal Entries for this Credit Note")));