ソースを参照

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());