From 064ecfad4342f6c4c673bba296272c31f3a61826 Mon Sep 17 00:00:00 2001 From: Jason SECULA Date: Thu, 16 Oct 2025 09:14:42 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20du=20nom=20de=20plateforme=20en?= =?UTF-8?q?=20Windows=20Desktop=20en=20cas=20de=20version=20non=20=C3=A9nu?= =?UTF-8?q?m=C3=A9r=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/includes/GLPIAPI.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/includes/GLPIAPI.py b/scripts/includes/GLPIAPI.py index 3b5f13f..ab07875 100644 --- a/scripts/includes/GLPIAPI.py +++ b/scripts/includes/GLPIAPI.py @@ -158,6 +158,7 @@ class GLPIAPI: if(device.OS in windowsOSTranslation.keys()): inventory.SetOperatingSystem(platformName, windowsOSTranslation[str(device.OS)], osArch) else: + plaftormName = "Windows Desktop" inventory.SetOperatingSystem(platformName, device.OS, osArch) else: inventory.SetOperatingSystem(platformName, device.OS, osArch)