From 22ec6aa852b69f063629870e7a7eb3e53fdcdac9 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 10 Jan 2014 15:59:38 +1100 Subject: [PATCH] Add comment --- app/assets/javascripts/admin/bulk_product_update.js.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/admin/bulk_product_update.js.coffee b/app/assets/javascripts/admin/bulk_product_update.js.coffee index 0f3d698d7e..d48743528b 100644 --- a/app/assets/javascripts/admin/bulk_product_update.js.coffee +++ b/app/assets/javascripts/admin/bulk_product_update.js.coffee @@ -311,6 +311,7 @@ productsApp.controller "AdminBulkProductsCtrl", [ if product.variants for variant in product.variants delete variant.unit_value_with_description + # If we end up live-updating this field, we might want to reinstate its verification here delete variant.options_text products_filtered