X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Finquiry%2Fprofit_loss.php;h=801fb6aa0495efcd60cfc504e82d5ab3703d723a;hb=0057896b8b8abb1e74091f56a2946b6d3b557e82;hp=1543bddc1ba102842f8f071865bf58660b0e72b0;hpb=d8582e452b443b4cb363c3d02d2b45a65de5a3b5;p=fa-stable.git diff --git a/gl/inquiry/profit_loss.php b/gl/inquiry/profit_loss.php index 1543bddc..801fb6aa 100644 --- a/gl/inquiry/profit_loss.php +++ b/gl/inquiry/profit_loss.php @@ -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);