浏览代码

add usage vs qtymin calc

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

+ 4 - 1
productressources.php

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