X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fcustomer_inquiry.php;h=ee8d4b3db9bc405f4b1c7ca4e84db91916e8d8bd;hb=431531eebf3ba494002cfbf7ea36f9e82d4975c0;hp=89200826d51fb8cb7b290c5da41b13f4f2dd904c;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/sales/inquiry/customer_inquiry.php b/sales/inquiry/customer_inquiry.php index 89200826..ee8d4b3d 100644 --- a/sales/inquiry/customer_inquiry.php +++ b/sales/inquiry/customer_inquiry.php @@ -10,6 +10,8 @@ include_once($path_to_root . "/sales/includes/sales_db.inc"); $js = ""; if ($use_popup_windows) $js .= get_js_open_window(900, 500); +if ($use_date_picker) + $js .= get_js_date_picker(); page(_("Customer Inquiry"), false, false, "", $js);