Explorar el Código

add usage vs qtymin calc

andre hace 4 años
padre
commit
d1699fa818
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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());