Merge pull request #6351 from efgalvao/issue#6249

Fixes Issue#6249
This commit is contained in:
Maikel
2020-11-13 13:28:55 +11:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ module Api
issues_summary(confirmation_only: true)
if issues.nil? && products.empty?
issues = "no products in inventory"
issues = I18n.t(:no_products)
end
issues
end