Rerun (no template selection allowed)
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 1 Nov 2011 01:36:55 +0000 (02:36 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 1 Nov 2011 01:36:55 +0000 (02:36 +0100)
sales/inquiry/sales_orders_view.php

index fbc6a35f88c44498f9c767045eabbd45accdf05f..39b26f2a8f8a271ee6c16eef607b7d614cc8fb63 100644 (file)
@@ -165,6 +165,8 @@ function tmpl_checkbox($row)
        global $trans_type;
        if ($trans_type == ST_SALESQUOTE)
                return '';
+       if (@$_GET['popup'])\r
+               return '';\r
        $name = "chgtpl" .$row['order_no'];
        $value = $row['type'] ? 1:0;