Quellcode durchsuchen

add usage vs qtymin calc

andre vor 4 Jahren
Ursprung
Commit
d1699fa818
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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());