X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_entry.php;h=ce96abaa43743aa1647798fd634fb82898e5ab61;hb=2e1d3d3452b30a4185436789c8bb8890c8313226;hp=37bef20763d131a9caaa99ca46fa0031bd160379;hpb=6308abaf63ef43275af0b5300d39c03232e37d7a;p=fa-stable.git diff --git a/manufacturing/work_order_entry.php b/manufacturing/work_order_entry.php index 37bef207..ce96abaa 100644 --- a/manufacturing/work_order_entry.php +++ b/manufacturing/work_order_entry.php @@ -65,6 +65,7 @@ if (isset($_GET['AddedID'])) display_note(get_gl_view_str($stype, $id, _("View the GL Journal Entries for this Work Order")), 1); $ar = array('PARAM_0' => $_GET['date'], 'PARAM_1' => $_GET['date'], 'PARAM_2' => $stype); display_note(print_link(_("Print the GL Journal Entries for this Work Order"), 702, $ar), 1); + hyperlink_params("$path_to_root/admin/attachments.php", _("Add an Attachment"), "filterType=$stype&trans_no=$id"); } safe_exit();