Improved recurrent orders feature: added invoice date and memo edition, additional...
[fa-stable.git] / sales / inquiry / sales_orders_view.php
index 35d71c6444a40b86e1838e1cba7c9482d43f119c..676d6ea045f48b93c55d670c10e908ea4a71b875 100644 (file)
@@ -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)