[0004964] Balance Sheet Drilldown, Profit and Loss Drilldown: Fixed invalid navigatio...
[fa-stable.git] / gl / inquiry / profit_loss.php
index 1543bddc1ba102842f8f071865bf58660b0e72b0..801fb6aa0495efcd60cfc504e82d5ab3703d723a 100644 (file)
@@ -323,7 +323,8 @@ function display_profit_and_loss($compare)
        }
                
 
-       end_table(1); // outer table
+       end_table(); // outer table
+       hyperlink_params($_SERVER['PHP_SELF'], _("Back"), "TransFromDate=". $from . "&TransToDate=" . $to . "&Dimension=" . $dimension . "&Dimension2=" . $dimension2);
        div_end();
 }
 
@@ -337,5 +338,5 @@ display_profit_and_loss(get_post('Compare'));
 
 end_form();
 
-end_page();
+end_page(false, true);