Explorar el Código

add usage vs qtymin calc

andre hace 4 años
padre
commit
b186c8666b
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      productressources.php

+ 4 - 1
productressources.php

@@ -60,7 +60,10 @@ $configOptions = Capsule::table('tblproductconfigoptions')
     ->select('optionname','qtyminimum')
     ->get();
 
-widgetOutput($configOptions);
+$ressource = new ResourceManager();
+
+
+widgetOutput($ressource);
 
 function widgetOutput($value) {
     echo "document.write('".addslashes($value)."');";