Skip to content

Commit

Permalink
Merge pull request #362 from munkireport/wip
Browse files Browse the repository at this point in the history
Fix delete machine
  • Loading branch information
bochoven committed Dec 11, 2015
2 parents 3240416 + b3ea571 commit 2257914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ function delete_machine($serial_number='')
continue;
}

// hash and inventoryitem use serial FIXME
if($table == 'hash' OR $table == 'inventoryitem')
// hash uses serial FIXME
if($table == 'hash')
{
$serial = 'serial';
}
Expand Down

0 comments on commit 2257914

Please sign in to comment.