X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_costs.php;h=6bdb60e714a5d2a0f72048100de229d383409690;hb=75a427435541f54e1834409dde4c9b02e81dc2de;hp=a76c5f5e0d90163e5affd6def3a226f039d34fdc;hpb=19dce8c7be29e4cc8e7be92d044259348373d456;p=fa-stable.git diff --git a/manufacturing/work_order_costs.php b/manufacturing/work_order_costs.php index a76c5f5e..6bdb60e7 100644 --- a/manufacturing/work_order_costs.php +++ b/manufacturing/work_order_costs.php @@ -43,6 +43,8 @@ if (isset($_GET['AddedID'])) display_note(get_trans_view_str($stype, $id, _("View this Work Order"))); + display_note(get_gl_view_str($stype, $id, _("View the GL Journal Entries for this Work Order")), 1); + hyperlink_params("work_order_costs.php", _("Enter another additional cost."), "trans_no=$id"); hyperlink_no_params("search_work_orders.php", _("Select another &Work Order to Process")); @@ -66,7 +68,6 @@ if (strlen($wo_details[0]) == 0) function can_process($wo_details) { - if (!check_num('costs', 0)) { display_error(_("The amount entered is not a valid number or less then zero."));