Jelajahi Sumber

add usage vs qtymin calc

andre 4 tahun lalu
induk
melakukan
5a9ee486bb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      productressources.php

+ 1 - 1
productressources.php

@@ -64,7 +64,7 @@ $configOptions = Capsule::table('tblproductconfigoptions')
 $ressource = new ResourceManager();
 
 print_r($whmcs);
-widgetOutput($id);
+widgetOutput($pid);
 
 function widgetOutput($value) {
     echo "document.write('".addslashes($value)."');";