CMXX - Update products_software to include versions

This commit is contained in:
“VeLiTi”
2024-11-22 11:05:17 +01:00
parent 21300d56f6
commit adf2ff2b24
9 changed files with 182 additions and 196 deletions

View File

@@ -211,6 +211,7 @@ $view .= '<div class="content-block">
<th>#</th>
<th>'.$product_status.'</th>
<th>'.$product_version_version.'</th>
<th>'.$equipment_label5.'</th>
<th>'.$product_version_software .'</th>
<th>'.ucfirst($register_mandatory).'</th>
<th>'.ucfirst($general_sort_type_3).'</th>
@@ -224,6 +225,7 @@ $view .= '<div class="content-block">
<td>'.$version->rowID.'</td>
<td>'.(($version->status == 1)? '<span class="status enabled">'.$prod_status_1:'<span class="status">'.$prod_status_0).'</td>
<td>'.$version->version.'</td>
<td>'.$version->hw_version.'</td>
<td>'.$version->software.'</td>
<td>'.(($version->mandatory == 1)? $general_yes: $general_no).'</td>
<td>'.(($version->latest == 1)? $general_yes: $general_no).'</td>