Browse Source

add usage vs qtymin calc

andre 4 năm trước cách đây
mục cha
commit
b186c8666b
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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)."');";