A couple of small bugs in customer and supplier balances report fixed.
[fa-stable.git] / dimensions / view / view_dimension.php
index 28b16de19cd9850abd059397173e7759b65aecb4..9142ce273de8f5d9bee303b7ee21d32e11f45da0 100644 (file)
@@ -35,6 +35,7 @@ if (isset($_GET['trans_no']) && $_GET['trans_no'] != "")
 if (isset($_POST['Show']))
 {
        $id = $_POST['trans_no'];
+       $Ajax->activate('_page_body');
 }
 
 
@@ -83,7 +84,7 @@ if (!isset($_POST['TransToDate']))
        $_POST['TransToDate'] = Today();
 date_cells(_("from:"), 'TransFromDate');
 date_cells(_("to:"), 'TransToDate');
-submit_cells('Show',_("Show"), '', false, 'default');
+submit_cells('Show',_("Show"), '', false);
 
 end_row();