X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_entry_items.php;fp=purchasing%2Fpo_entry_items.php;h=4a5aa39dea106fac0d1171781303a6f8ecc8066e;hb=867592526db65f6ddcb7be73bfb989901460e080;hp=4a5c42fca71d90341746203f283882011eaf71b3;hpb=63ed17b5a7a6436c148adc545f3df532b30b493f;p=fa-stable.git diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index 4a5c42fc..4a5aa39d 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -133,6 +133,9 @@ if (isset($_GET['AddedID'])) display_note(get_gl_view_str($trans_type, $trans_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"), + "trans_type=$trans_type&PInvoice=".$trans_no); + hyperlink_params("$path_to_root/admin/attachments.php", _("Add an Attachment"), "filterType=$trans_type&trans_no=$trans_no");