X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Fsupplier_invoice.php;h=c9029c3b0bd4fc09778e4c4a842e261730ce3854;hb=be99f1e63f8e27c2c5db75f93cd9956eb2239a03;hp=07b8d665d327b44364121c850d0d411798e53cca;hpb=dc01ce23bff258ca5b96bad1fc89084d24b08b70;p=fa-stable.git diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index 07b8d665..c9029c3b 100644 --- a/purchasing/supplier_invoice.php +++ b/purchasing/supplier_invoice.php @@ -45,7 +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("$path_to_root/purchasing/supplier_payment.php", _("Entry supplier &payment for this invoice"), + "PInvoice=".$invoice_no); hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another Invoice"), "New=1");