diff --git a/InvenTree/part/templates/part/category.html b/InvenTree/part/templates/part/category.html index 84c86390c7..ec75d2c874 100644 --- a/InvenTree/part/templates/part/category.html +++ b/InvenTree/part/templates/part/category.html @@ -173,7 +173,7 @@ return renderLink(value, row.url + 'stock/'); } else { - return ''; + return "No stock"; } } }