X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Finquiry%2Ftax_inquiry.php;h=d1a38637d9eb26a77f0d35a74831dffa866e43d6;hb=9988555dbed61bdf6a11a19eb6a4ec52dc0d586c;hp=90ec7fe7d0efa255898764da897b7e2284e57f17;hpb=8ffddf50ffbe93672c769e2cf0501d0f9125e2a0;p=fa-stable.git diff --git a/gl/inquiry/tax_inquiry.php b/gl/inquiry/tax_inquiry.php index 90ec7fe7..d1a38637 100644 --- a/gl/inquiry/tax_inquiry.php +++ b/gl/inquiry/tax_inquiry.php @@ -73,8 +73,6 @@ function tax_inquiry_controls() function show_results() { - global $path_to_root; - /*Now get the transactions */ div_start('trans_tbl'); start_table(TABLESTYLE); @@ -83,8 +81,6 @@ function show_results() table_header($th); $k = 0; $total = 0; - $bdate = date2sql($_POST['TransFromDate']); - $edate = date2sql($_POST['TransToDate']); $taxes = get_tax_summary($_POST['TransFromDate'], $_POST['TransToDate']);