X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fsearch_work_orders.php;h=11ebd0c7ca65a988e6ab7e6954b4874a5d76f661;hb=c89567ef64ba87a8387fa09ae8d55a4667d74f00;hp=dd1813437c7faeaad21f106a4abc2d62e0259853;hpb=e48b0ca77a0e8066433b91781ac5d7d690e79d88;p=fa-stable.git diff --git a/manufacturing/search_work_orders.php b/manufacturing/search_work_orders.php index dd181343..11ebd0c7 100644 --- a/manufacturing/search_work_orders.php +++ b/manufacturing/search_work_orders.php @@ -156,7 +156,7 @@ while ($myrow = db_fetch($result)) { $issue = $path_to_root . "/manufacturing/work_order_issue.php?" . SID . "trans_no=" .$myrow["id"]; $add_finished = $path_to_root . "/manufacturing/work_order_add_finished.php?" . SID . "trans_no=" .$myrow["id"]; - $costs = $path_to_root . "/gl/gl_payment.php?NewPayment=1&PayType=" . payment_person_types::WorkOrder(). "&PayPerson=" .$myrow["id"]; + $costs = $path_to_root . "/gl/gl_bank.php?NewPayment=1&PayType=" . payment_person_types::WorkOrder(). "&PayPerson=" .$myrow["id"]; $l2 = "" . _("Issue") . ""; $l3 = "" . _("Produce") . ""; $l4 = "" . _("Costs") . "";