Can you run this Query and post the results?
``SELECT * FROM ost_sla`
And then run this:
SELECT sla_id FROM ost_ticket WHERE number='T-391858'
Actually re-looking at this again I dont think that this is SLA related.
Date d'echeance is Close Date. I presume this ticket has not been closed.
The next thing that it should display is Help Topic.
So let's take a look at that instead...
SELECT topic_id FROM ost_ticket WHERE number='T-391858'
and then use the topic_id from this query in the next one instead of #.
``SELECT topic,sla_id_ FROM ost_help_topic WHERE topic_id=#`