X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fui%2Fui_view.inc;h=fe54a261bc2637c68c444ad678d816636701c343;hb=d23b97ed26bc0608c9ba1037b66058c709e83765;hp=f2dc7646c810dfbb3c8d7981ced267d032dba643;hpb=8710f270cd97350336fbe36d3bae3a15ea0ad628;p=fa-stable.git diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index f2dc7646..fe54a261 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -799,8 +799,8 @@ function get_js_png_fix() function get_js_date_picker() { - global $comp_path, $go_debug; - $fpath = $comp_path.'/'.user_company().'/js_cache/'.'date_picker.js'; + global $go_debug; + $fpath = company_path().'/js_cache/'.'date_picker.js'; if (!file_exists($fpath) || $go_debug) {