X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Fmanage%2Fcustomers.php;h=7df12402b17207d54156ec2cd320d0c3802a6068;hb=37be532e69b2721dcfca923c53babb203a60bba2;hp=0a11de23aed9a547cd2f6d337fc136c58e1954cb;hpb=44297f666389bc9b18c1b3739e5cab6cb5da7852;p=fa-stable.git diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 0a11de23..7df12402 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -12,6 +12,7 @@ $page_security = 'SA_CUSTOMER'; $path_to_root = "../.."; +include($path_to_root . "/includes/db_pager.inc"); include_once($path_to_root . "/includes/session.inc"); $js = ""; if ($use_popup_windows) @@ -353,13 +354,11 @@ tabbed_content_start('tabs', array( case 'transactions': $_GET['customer_id'] = $selected_id; $_GET['popup'] = 1; - $_SERVER['REQUEST_METHOD'] = 'GET'; include_once($path_to_root."/sales/inquiry/customer_inquiry.php"); break; case 'orders': $_GET['customer_id'] = $selected_id; $_GET['popup'] = 1; - $_SERVER['REQUEST_METHOD'] = 'GET'; include_once($path_to_root."/sales/inquiry/sales_orders_view.php"); break; };