
Low Stock Threshold Exact Match
1 min read
Inventory Stock Status
# Fix# Low Stock# Threshold
Fixed an issue when the low stock threshold matches exactly with the stock level. Now the app will show the low stock label when the stock level matches the low stock threshold exactly.
Previously, the app was using a comparison logic that was resulting the a product with exact threshold inventory value to show “In Stock” label.
Example:
- You set the low stock threshold to 10
- A product has stock level is exactly 10
With the fix, the app will show the low stock label for this product instead of “In Stock” label. Anything above 10 will be considered “In Stock”.