Changed the default header2.inc.
[fa-stable.git] / purchasing / supplier_invoice.php
index 9341a11cc1f403771899605fd9dd0d2bc726fc16..28f7f33b982c9846f6e4f2e1759e751b901e1532 100644 (file)
@@ -49,8 +49,10 @@ if (isset($_GET['AddedID']))
 
        display_note(get_gl_view_str($trans_type, $invoice_no, _("View the GL Journal Entries for this Invoice")), 1);
 
-    hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another Invoice"), "New=1");
+       hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another Invoice"), "New=1");
 
+       hyperlink_params("$path_to_root/admin/attachments.php", _("Add an Attachment"), "filterType=$trans_type&trans_no=$invoice_no");
+       
        display_footer_exit();
 }