rabin 2 éve
szülő
commit
7fc5d860b6
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/shop/assets/pc/html/setGoods.html

+ 1 - 1
app/shop/assets/pc/html/setGoods.html

@@ -349,7 +349,7 @@
                         price = node.price_template_sku[id].price_sell;
                         price_num = node.price_template_sku[id].price_num;
                     }
-                    if (price == 'null') {
+                    if (price == 'null' || price == null || !price) {
                         price = node.price;
                     }
                     selected = '';