X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fview%2Fwork_order_view.php;h=2c12edc88fa8a3a6d6a00ca9a42e3e939dddba36;hb=11e485e4a7c5f12c9424713b7330815a9cc5e4ae;hp=e2e39ef40a4c9c8ef9f6819889fddbce08458408;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/manufacturing/view/work_order_view.php b/manufacturing/view/work_order_view.php index e2e39ef4..2c12edc8 100644 --- a/manufacturing/view/work_order_view.php +++ b/manufacturing/view/work_order_view.php @@ -1,16 +1,16 @@ . + See the License here . ***********************************************************************/ -$page_security = 10; -$path_to_root="../.."; +$page_security = 'SA_MANUFTRANSVIEW'; +$path_to_root = "../.."; include_once($path_to_root . "/includes/session.inc"); @@ -64,7 +64,14 @@ else display_heading2(_("Productions")); display_wo_productions($woid); echo ""; - display_heading2(_("Payments")); + display_heading2(_("Additional Costs")); + display_wo_payments($woid); + echo ""; + } + else + { + echo "
"; + display_heading2(_("Additional Costs")); display_wo_payments($woid); echo "
"; }