Jelajahi Sumber

add usage vs qtymin calc

andre 4 tahun lalu
induk
melakukan
b186c8666b
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  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)."');";