Cleanups.
[fa-stable.git] / sales / inquiry / sales_orders_view.php
index da43c0f518f4e863ad707b84973c0a04d7438015..2d76536662a0feeb286011862762df1a0789a2fa 100644 (file)
@@ -167,8 +167,8 @@ function tmpl_checkbox($row)
        global $trans_type;
        if ($trans_type == ST_SALESQUOTE)
                return '';
-       if (@$_GET['popup'])\r
-               return '';\r
+       if (@$_GET['popup'])
+               return '';
        $name = "chgtpl" .$row['order_no'];
        $value = $row['type'] ? 1:0;