X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomers.php;h=41c642ac760ae5e964c9c0e00157c7491c258ad9;hb=f5a290483ff27984cb2b66ac1ec50c5e2d36d087;hp=7df12402b17207d54156ec2cd320d0c3802a6068;hpb=37be532e69b2721dcfca923c53babb203a60bba2;p=fa-stable.git diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 7df12402..41c642ac 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -17,6 +17,9 @@ include_once($path_to_root . "/includes/session.inc"); $js = ""; if ($use_popup_windows) $js .= get_js_open_window(900, 500); +if ($use_date_picker) + $js .= get_js_date_picker(); + page(_($help_context = "Customers"), @$_REQUEST['popup'], false, "", $js); include_once($path_to_root . "/includes/date_functions.inc"); @@ -367,6 +370,6 @@ tabbed_content_end(); hidden('popup', @$_REQUEST['popup']); end_form(); -end_page(); +end_page(@$_REQUEST['popup']); ?>