Skip to content

Commit

Permalink
Merge pull request #70 from katmastt/main
Browse files Browse the repository at this point in the history
Fixed bug when set auto accepted service projects to 0
  • Loading branch information
eleni-adamidi authored Dec 14, 2023
2 parents 57ad9dc + 09473f2 commit aa06fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/ServiceRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ public function uploadNew($requestId)


$message_autoaccept='';
$message_autoaccept_mod='';
if (($this->num_of_cores<=$row['cores']) && ($this->ram <=$row['ram']) && ($this->storage<=$row['storage'])
&& ($this->num_of_ips <=$row['ips']) && ($this->num_of_vms <=$row['vms']) && ($autoaccept_allowed) )
{
Expand Down

0 comments on commit aa06fc9

Please sign in to comment.