Annoyance 5683: Allow attachments from most needed post-creation option screens.
[fa-stable.git] / purchasing / po_receive_items.php
index 72affe2728153e28e274f5e1a463112a3ea22b8c..d6d2bc5154f4bda13b8e60a10f0e2d8ed8ddcc49 100644 (file)
@@ -43,6 +43,9 @@ if (isset($_GET['AddedID']))
 
        hyperlink_no_params("$path_to_root/purchasing/inquiry/po_search.php", _("Select a different &purchase order for receiving items against"));
 
+       hyperlink_params("$path_to_root/admin/attachments.php", _("Add an Attachment"), 
+               "filterType=$trans_type&trans_no=$grn");
+
        display_footer_exit();
 }