X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomers.php;h=9396aa9137e3712d3a5b28d9470e347358137b17;hb=53d942f2a0d20cce5e9c409c6485867ce0869e4d;hp=d7422f22034f8cd4f3dd992a805352f191a4246c;hpb=ec8109a242b30d4c509fb1a46b9cf1d6e7bd49c5;p=fa-stable.git diff --git a/sales/manage/customers.php b/sales/manage/customers.php index d7422f22..9396aa91 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -12,7 +12,7 @@ $page_security = 'SA_CUSTOMER'; $path_to_root = "../.."; -include($path_to_root . "/includes/db_pager.inc"); +include_once($path_to_root . "/includes/db_pager.inc"); include_once($path_to_root . "/includes/session.inc"); $js = ""; if ($use_popup_windows) @@ -358,12 +358,10 @@ tabbed_content_start('tabs', array( break; case 'transactions': $_GET['customer_id'] = $selected_id; - $_GET['popup'] = 1; include_once($path_to_root."/sales/inquiry/customer_inquiry.php"); break; case 'orders': $_GET['customer_id'] = $selected_id; - $_GET['popup'] = 1; include_once($path_to_root."/sales/inquiry/sales_orders_view.php"); break; };