Hiding voided transactions.
[fa-stable.git] / gl / view / gl_trans_view.php
index 0aec1027b07948a3ee0953ba7e4ab3d93377c1f1..57e27833457f47e4344d7cd905eec91c2b498b32 100644 (file)
@@ -66,6 +66,7 @@ $heading_shown = false;
 
 while ($myrow = db_fetch($result)) 
 {
+       if ($myrow['amount'] == 0) continue;
        if (!$heading_shown)
        {
                display_gl_heading($myrow);