Fixed session name to avoid conflicts during multiuser debugging.
[fa-stable.git] / sales / credit_note_entry.php
index 5297328aa7bb5bfe39630a68a599fdca0f9d2b83..bfa8b788392f8e899e2e45eaabb7eded018ced54 100644 (file)
@@ -61,6 +61,8 @@ 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, 11),1);
+
        display_note(get_gl_view_str($trans_type, $credit_no, _("View the GL &Journal Entries for this Credit Note")));
 
        hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another &Credit Note"), "NewCredit=yes");