Skip to content

Commit

Permalink
Fix import HP with otherserial
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Apr 11, 2024
1 parent dc76170 commit e9dd2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ public static function retrieveOneWarranty($itemtype, $items_id)
$modelclass->getfromDB($computermodels_id);
$otherserial = $modelclass->fields["product_number"];
}
if (empty($otherserial)) {
if (!empty($otherserial)) {
$options['pn'] = $otherserial;
}
if (
Expand Down

0 comments on commit e9dd2de

Please sign in to comment.