You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2009-02-03 19:58:46

gcrider
Member
Registered: 2009-01-28
Posts: 2

Supplier Information on helpdesk tracking screen

I would like to add the supplier phone number to the tracking form.  When I hover the mouse over the green magnifing glass for the supplier all I get are the comments.  I would like the phone number to pop up here as well to keep from having to leave the tracking form to look up a supplier's phone number. 

Thanks

I'm using GLPI 0.71.5 w/ xampp 1.7.0 on a W2003 server.

Offline

#2 2009-02-13 19:16:20

gcrider
Member
Registered: 2009-01-28
Posts: 2

Re: Supplier Information on helpdesk tracking screen

I made the following changes to correct the code in dropdown.function.php lines 578 and 579.  The database field should be phonenumber not phone.

if (!empty($data["phonenumber"])){
$comments.="<br><strong>".$LANG["help"][35].":</strong> ".$data["phonenumber"];

Last edited by gcrider (2009-02-13 19:17:05)

Offline

Board footer

Powered by FluxBB