From: Joe Hunt Date: Tue, 1 Nov 2011 01:36:55 +0000 (+0100) Subject: Rerun (no template selection allowed) X-Git-Tag: 2.3-final~540 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=925172146ca9e7b854c4994e1598cd828de21d8a;p=fa-stable.git Rerun (no template selection allowed) --- diff --git a/sales/inquiry/sales_orders_view.php b/sales/inquiry/sales_orders_view.php index fbc6a35f..39b26f2a 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;