Vergessener Lauf von locales.pl
[kivitendo-erp.git] / SL / WH.pm
index 3428b91..6f43199 100644 (file)
--- a/SL/WH.pm
+++ b/SL/WH.pm
@@ -471,7 +471,7 @@ sub get_warehouse_report {
     $ref->{qty} *= 1;
     my $qty      = $ref->{qty};
 
-    next unless ($qty > 0);
+    next unless ($qty != 0);
 
     if ($f_qty_op) {
       my $part_unit = $all_units->{$ref->{partunit}};