1 |
fraynaud |
3 |
<?php |
2 |
|
|
//$Id$ |
3 |
|
|
//gen openMairie le 10/02/2011 20:37 |
4 |
|
|
$reqmo['libelle']=' public.travaux'; |
5 |
|
|
$reqmo['reqmo_libelle']=' public.travaux'; |
6 |
nhaye |
1138 |
$reqmo['sql']="select [travaux], |
7 |
|
|
[travaux.libelle as libelle], |
8 |
|
|
[codelascot], |
9 |
|
|
[solde] |
10 |
|
|
from ".DB_PREFIXE."travaux |
11 |
|
|
where travaux.dossier_autorisation_type = [nature] |
12 |
|
|
|
13 |
|
|
order by [tri]"; |
14 |
fraynaud |
3 |
$reqmo['travaux']='checked'; |
15 |
|
|
$reqmo['libelle']='checked'; |
16 |
nhaye |
1138 |
$reqmo['nature']="select dossier_autorisation_type,code from ".DB_PREFIXE."dossier_autorisation_type"; |
17 |
fraynaud |
3 |
$reqmo['codelascot']='checked'; |
18 |
|
|
$reqmo['solde']='checked'; |
19 |
|
|
$reqmo['tri']=array('travaux','libelle','codelascot','solde'); |
20 |
|
|
?> |