InfotelGLPI / manufacturersimports

Plugin manufacturersimports for GLPI
http://blogglpi.infotel.com
GNU General Public License v2.0
30 stars 32 forks source link

Incorrect warranty expiration on Dell Laptop #136

Open baderarvitis opened 2 months ago

baderarvitis commented 2 months ago

Imports warranty informations for a Dell Laptop

image

image

Samuel-Volant commented 1 month ago

Hello !

I had a similar problem with the start of the warranty. Not sure if it's the same for you. (probably not) One thing I found is that the "getStartDate" function from dell.class.php looked for the highest date instead of the lowest. (on Line 143) I hope it helps someone. :)

Samuel