diff --git a/app/models/product_import/entry_processor.rb b/app/models/product_import/entry_processor.rb index 9c1d164821..4fada7bef3 100644 --- a/app/models/product_import/entry_processor.rb +++ b/app/models/product_import/entry_processor.rb @@ -90,7 +90,8 @@ module ProductImport end def total_saved_count - @products_created + @variants_created + @variants_updated + @inventory_created + @inventory_updated + [@products_created, @variants_created, @variants_updated, + @inventory_created, @inventory_updated].sum end def permission_by_id?(enterprise_id)