X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomers.php;h=7169596c89deb8485bd69dfe4c84765982164514;hb=c061e1b478cb41d22c23627ddff39a4ea7d849ed;hp=c81f78cbf710ebb1022d1faf143db8b6ebcc58ac;hpb=3d95c6844745f183ebab970251cd254dd6cbdcec;p=fa-stable.git diff --git a/sales/manage/customers.php b/sales/manage/customers.php index c81f78cb..7169596c 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -20,7 +20,7 @@ if ($SysPrefs->use_popup_windows) if (user_use_date_picker()) $js .= get_js_date_picker(); -page(_($help_context = "Customers"), false, false, "", $js); +page(_($help_context = "Customers"), @$_REQUEST['popup'], false, "", $js); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/banking.inc"); @@ -383,5 +383,5 @@ br(); tabbed_content_end(); end_form(); -end_page(); +end_page(@$_REQUEST['popup']);