Error line break on supplier_list_cells when label is set to null. Fixed by @notrinos...
[fa-stable.git] / dimensions / view / view_dimension.php
index 28b16de19cd9850abd059397173e7759b65aecb4..8b658278a5380417471e43fd4213aa12df55e87f 100644 (file)
@@ -15,7 +15,7 @@ $path_to_root = "../..";
 include_once($path_to_root . "/includes/session.inc");
 
 $js = "";
-if ($use_date_picker)
+if (user_use_date_picker())
        $js .= get_js_date_picker();
 page(_($help_context = "View Dimension"), true, false, "", $js);
 
@@ -35,6 +35,7 @@ if (isset($_GET['trans_no']) && $_GET['trans_no'] != "")
 if (isset($_POST['Show']))
 {
        $id = $_POST['trans_no'];
+       $Ajax->activate('_page_body');
 }
 
 
@@ -97,4 +98,3 @@ br(1);
 
 end_page(true, false, false, ST_DIMENSION, $id);
 
-?>