Browse Source

add usage vs qtymin calc

andre 4 năm trước cách đây
mục cha
commit
5828839985
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      productressources.php

+ 1 - 1
productressources.php

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