Fixed Tax Report on Screen.
[fa-stable.git] / gl / inquiry / tax_inquiry.php
index d1a38637d9eb26a77f0d35a74831dffa866e43d6..3aae793946984361d5e0799f667ecde2e517a840 100644 (file)
@@ -88,7 +88,7 @@ function show_results()
        {
 
                $payable = $tx['payable'];
-               $collectible = $tx['collectible'];
+               $collectible = -$tx['collectible'];
                $net = $collectible + $payable;
                $total += $net;
                alt_table_row_color($k);
@@ -101,7 +101,7 @@ function show_results()
                label_cell($tx['name'] . " " . $tx['rate'] . "%");
                label_cell(_("Paid on purchases") . " (" . _("Input Tax")."):");
                amount_cell($collectible);
-               amount_cell($tx['net_input']);
+               amount_cell(-$tx['net_input']);
                end_row();
                alt_table_row_color($k);
                label_cell("<b>".$tx['name'] . " " . $tx['rate'] . "%</b>");