X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_entry_items.php;h=ec3f619b5bdfce68702d019e19b91b22ec049647;hb=7e8c90ee7e898a9181f62f387ccb92158f47f59c;hp=b0d116995a73507ee649bfb39c2d5aab08bee265;hpb=cf7be1f00c6abe59755286e0c3108d9d3c0356da;p=fa-stable.git diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index b0d11699..ec3f619b 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -51,6 +51,7 @@ if (isset($_GET['AddedID'])) display_note(get_trans_view_str($trans_type, $order_no, _("&View this order"))); echo '
'; display_note(print_document_link($order_no, _("&Print This Order"), true, $trans_type)); + display_note(print_document_link($order_no, _("&Email This Order"), true, $trans_type, false, "", "", 1),0, 1); hyperlink_params($path_to_root . "/purchasing/po_receive_items.php", _("&Receive Items on this Purchase Order"), "PONumber=$order_no");