浏览代码

add usage vs qtymin calc

andre 4 年之前
父节点
当前提交
5828839985
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      productressources.php

+ 1 - 1
productressources.php

@@ -60,7 +60,7 @@ $configOptions = Capsule::table('tblproductconfigoptions')
     ->select('optionname','qtyminimum')
     ->get();
 
-    widgetOutput($name);
+widgetOutput($configOptions);
 
 function widgetOutput($value) {
     echo "document.write('".addslashes($value)."');";