X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fview%2Fgl_trans_view.php;h=57e27833457f47e4344d7cd905eec91c2b498b32;hb=c5c02144e4d60928f888af90060318649e03cdec;hp=0aec1027b07948a3ee0953ba7e4ab3d93377c1f1;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/gl/view/gl_trans_view.php b/gl/view/gl_trans_view.php index 0aec1027..57e27833 100644 --- a/gl/view/gl_trans_view.php +++ b/gl/view/gl_trans_view.php @@ -66,6 +66,7 @@ $heading_shown = false; while ($myrow = db_fetch($result)) { + if ($myrow['amount'] == 0) continue; if (!$heading_shown) { display_gl_heading($myrow);