From 6953d4162003f7793227fbf3081ebf8909c4c374 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 24 Aug 2009 10:50:51 +0000 Subject: [PATCH] Additional links to next document entry on final pages. --- purchasing/po_receive_items.php | 2 ++ purchasing/supplier_invoice.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index 14d53d28..a6f12cee 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -39,6 +39,8 @@ if (isset($_GET['AddedID'])) //echo get_gl_view_str(25, $grn, _("View the GL &Journal Entries for this Delivery")); // echo "
"; + hyperlink_params("$path_to_root/purchasing/supplier_invoice.php", _("Entry purchase &invoice for this receival"), "New=1"); + hyperlink_no_params("$path_to_root/purchasing/inquiry/po_search.php", _("Select a different &purchase order for receiving items against")); display_footer_exit(); diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index 371dfabc..9e10d57b 100644 --- a/purchasing/supplier_invoice.php +++ b/purchasing/supplier_invoice.php @@ -45,6 +45,8 @@ if (isset($_GET['AddedID'])) display_note(get_gl_view_str($trans_type, $invoice_no, _("View the GL Journal Entries for this Invoice")), 1); + hyperlink_no_params("$path_to_root/purchasing/supplier_payment.php", _("Entry supplier &payment for this invoice")); + 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"); -- 2.30.2