Parcourir la source

add usage vs qtymin calc

andre il y a 4 ans
Parent
commit
caa293e5fb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      productressources.php

+ 1 - 1
productressources.php

@@ -63,7 +63,7 @@ $configOptions = Capsule::table('tblproductconfigoptions')
     ->get();
 
 $this->service = new Service();
-$this->serviceId = $id;
+$this->service->setServiceId($id);
 $this->service->loadWhmcsService();
 $this->ressource = new ResourceManager();