X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fsales_orders_view.php;h=676d6ea045f48b93c55d670c10e908ea4a71b875;hb=9a1b3abd5371ad7f6315db1d56f8356587444314;hp=35d71c6444a40b86e1838e1cba7c9482d43f119c;hpb=d1babda7c01b314d35fb89f2d195553b55936532;p=fa-stable.git diff --git a/sales/inquiry/sales_orders_view.php b/sales/inquiry/sales_orders_view.php index 35d71c64..676d6ea0 100644 --- a/sales/inquiry/sales_orders_view.php +++ b/sales/inquiry/sales_orders_view.php @@ -149,7 +149,8 @@ function order_link($row) function tmpl_checkbox($row) { global $trans_type, $page_nested; - if ($trans_type == ST_SALESQUOTE) + + if ($trans_type == ST_SALESQUOTE || !check_sales_order_type($row['order_no'])) return ''; if ($page_nested)