diff --git a/app/Models/Consumable.php b/app/Models/Consumable.php index d94c3d4dbc..282408daca 100644 --- a/app/Models/Consumable.php +++ b/app/Models/Consumable.php @@ -170,7 +170,7 @@ class Consumable extends SnipeModel return 100; } - if ($this->qty == '') { + if (($this->qty == '') || ($this->qty == 0)) { return 1; }