CMXX - Update HW_VERSION when provided

This commit is contained in:
“VeLiTi”
2024-11-26 11:42:37 +01:00
parent 30df98ae34
commit 1618f2e665
2 changed files with 8 additions and 0 deletions

View File

@@ -56,6 +56,10 @@ if(isset($get_content) && $get_content!=''){
//build up search
$clause .= ' AND e.serialnumber = :'.$v[0];
}
elseif ($v[0] == 'hw_version') {
//build up search
$clause .= ' AND ps.hw_version = :'.$v[0];
}
elseif ($v[0] == 'status') {
//build up search
$clause .= ' AND ps.status = :'.$v[0];