Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -2854,7 +2854,7 @@ function do_biosascomponentmigration() {
LEFT JOIN glpi_manufacturers
ON glpi_plugin_fusioninventory_inventorycomputercomputers.bios_manufacturers_id = glpi_manufacturers.id
WHERE
bios_date IS NOT NULL AND bios_date != ''
bios_date IS NOT NULL AND bios_date != '0000-00-00'
OR bios_version IS NOT NULL AND bios_version != ''
OR bios_manufacturers_id != 0";
$result = $DB->query($query);
Expand Down