Parcourir la source

add usage vs qtymin calc

andre il y a 4 ans
Parent
commit
1f0207a658
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      productressources.php

+ 1 - 1
productressources.php

@@ -64,7 +64,7 @@ $configOptions = Capsule::table('tblproductconfigoptions')
 $ressource = new ResourceManager();
 $ressource->setProductId($id);
 
-print_r($_GET);
+print_r($ressource);
 widgetOutput($ressource->vcpus()->getUsed());
 
 function widgetOutput($value) {