From: Joe Hunt Date: Tue, 1 Nov 2011 01:36:55 +0000 (+0100) Subject: Rerun (no template selection allowed) X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=ac43aed4deecb37d6d844a3d8bc2fa2feb952d18;p=textcart.git Rerun (no template selection allowed) --- diff --git a/sales/inquiry/sales_orders_view.php b/sales/inquiry/sales_orders_view.php index fbc6a35..39b26f2 100644 --- a/sales/inquiry/sales_orders_view.php +++ b/sales/inquiry/sales_orders_view.php @@ -165,6 +165,8 @@ function tmpl_checkbox($row) global $trans_type; if ($trans_type == ST_SALESQUOTE) return ''; + if (@$_GET['popup']) + return ''; $name = "chgtpl" .$row['order_no']; $value = $row['type'] ? 1:0;