X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_entry_items.php;h=f69feb9223d5b34fab555b4537a62d14dd4fb16c;hb=3a682c094f4b40cdf4937a0157ae3552ab9d7930;hp=22f383819b0f0ab0980f6a23b11fa808df88032d;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index 22f38381..f69feb92 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -96,6 +96,9 @@ if (isset($_GET['AddedID'])) hyperlink_no_params($path_to_root."/purchasing/inquiry/po_search.php", _("Select An &Outstanding Purchase Order")); + hyperlink_params("$path_to_root/admin/attachments.php", _("Add an Attachment"), + "filterType=$trans_type&trans_no=$order_no"); + display_footer_exit(); } elseif (isset($_GET['AddedGRN'])) { @@ -114,11 +117,11 @@ if (isset($_GET['AddedID'])) hyperlink_params("$path_to_root/purchasing/supplier_invoice.php", _("Entry purchase &invoice for this receival"), "New=1"); + hyperlink_params($_SERVER['PHP_SELF'], _("Enter &Another GRN"), "NewGRN=Yes"); + hyperlink_params("$path_to_root/admin/attachments.php", _("Add an Attachment"), "filterType=$trans_type&trans_no=$trans_no"); - hyperlink_params($_SERVER['PHP_SELF'], _("Enter &Another GRN"), "NewGRN=Yes"); - display_footer_exit(); } elseif (isset($_GET['AddedPI'])) { @@ -135,11 +138,11 @@ if (isset($_GET['AddedID'])) hyperlink_params("$path_to_root/purchasing/supplier_payment.php", _("Entry supplier &payment for this invoice"), "trans_type=$trans_type&PInvoice=".$trans_no); + hyperlink_params($_SERVER['PHP_SELF'], _("Enter &Another Direct Invoice"), "NewInvoice=Yes"); + hyperlink_params("$path_to_root/admin/attachments.php", _("Add an Attachment"), "filterType=$trans_type&trans_no=$trans_no"); - hyperlink_params($_SERVER['PHP_SELF'], _("Enter &Another Direct Invoice"), "NewInvoice=Yes"); - display_footer_exit(); }