From: Maxime Bourget Date: Sun, 5 May 2013 16:13:03 +0000 (+0100) Subject: Date work (js + empty value) X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=179f6939f643c2ba231adf53f57b55699b152f94;p=order_line_extra.git Date work (js + empty value) --- diff --git a/includes/order_lines.inc b/includes/order_lines.inc index 716dd95..050fa82 100644 --- a/includes/order_lines.inc +++ b/includes/order_lines.inc @@ -1,5 +1,11 @@ + "; } diff --git a/order_lines_view.php b/order_lines_view.php index 18aed7c..bf3f88e 100644 --- a/order_lines_view.php +++ b/order_lines_view.php @@ -24,6 +24,10 @@ add_access_extensions(); $_SESSION['page_title'] = _($help_context = "Edit lines extra parameters"); $js = ""; +if ($use_popup_windows) + $js .= get_js_open_window(900, 600); +if ($use_date_picker) + $js .= get_js_date_picker(); page($_SESSION['page_title'], false, false, "", $js); //---------------------------------------------------------------------------------------------