CMXX - Update products_software to include versions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user