5 |
[destination.destination as destination], |
[destination.destination as destination], |
6 |
[destination.libelle as destinationlib], |
[destination.libelle as destinationlib], |
7 |
[destination_shon.shon as shon], |
[destination_shon.shon as shon], |
8 |
from destination_shon inner join destination on destination.destination = destination_shon.destination |
from ".DB_PREFIXE."destination_shon inner join ".DB_PREFIXE."destination on destination.destination = destination_shon.destination |
9 |
inner join dossier on dossier.dossier= destination_shon.dossier |
inner join ".DB_PREFIXE."dossier on dossier.dossier= destination_shon.dossier |
10 |
order by [tri]"; |
order by [tri]"; |
11 |
$reqmo['tri']= array('destination_shon','etat'); |
$reqmo['tri']= array('destination_shon','etat'); |
12 |
$reqmo['destination_shon']="checked"; |
$reqmo['destination_shon']="checked"; |