From f0a00e7ee48c444e7282ee6fa446a54cfb6a1996 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 28 Nov 2016 23:14:44 +0100 Subject: [PATCH] 0003667: supplier payment link after entering supplier invoice result. Fixed. --- purchasing/supplier_invoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index c4b91de9..1fa3cb96 100644 --- a/purchasing/supplier_invoice.php +++ b/purchasing/supplier_invoice.php @@ -46,7 +46,7 @@ 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("$path_to_root/purchasing/supplier_payment.php", _("Entry supplier &payment for this invoice"), - "PInvoice=".$invoice_no); + "PInvoice=".$invoice_no."&trans_type=".$trans_type); hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another Invoice"), "New=1"); -- 2.30.2