Browse Source

add usage vs qtymin calc

andre 4 years ago
parent
commit
ce1ef40f48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      productressources.php

+ 1 - 1
productressources.php

@@ -26,7 +26,6 @@ require("../../init.php");
 */
 
 $whmcs = App::self();
-//AccountSummary::initContent();
 $pid = (int) $whmcs->get_req_var('pid');
 $id = (int) $whmcs->get_req_var('id');
 $get = $whmcs->get_req_var('get');
@@ -64,6 +63,7 @@ $configOptions = Capsule::table('tblproductconfigoptions')
     ->get();
 
 $service = new Service($id);
+AccountSummary::initContent();
 //$ressource = new ResourceManager();
 
 print_r($service);