浏览代码

add usage vs qtymin calc

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

+ 1 - 0
productressources.php

@@ -62,6 +62,7 @@ $configOptions = Capsule::table('tblproductconfigoptions')
     ->get();
 
 $ressource = new ResourceManager();
+$ressource->setProductId($id);
 
 print_r($_GET);
 widgetOutput($ressource->vcpus()->getUsed());