/[openfoncier]/trunk/sql/pgsql/affectation_automatique.reqmo.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/affectation_automatique.reqmo.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3730 - (show annotations)
Fri Mar 18 11:50:26 2016 UTC (8 years, 10 months ago) by mbroquet
File size: 937 byte(s)
Actualisation du trunk
1 <?php
2 //$Id: affectation_automatique.reqmo.inc.php 4598 2015-04-19 20:48:30Z tbenita $
3 //gen openMairie le 19/04/2015 22:32
4
5 $reqmo['libelle']=_('reqmo-libelle-affectation_automatique');
6 $reqmo['reqmo_libelle']=_('reqmo-libelle-affectation_automatique');
7 $ent=_('affectation_automatique');
8 $reqmo['sql']="select [affectation_automatique], [arrondissement], [quartier], [section], [instructeur], [dossier_autorisation_type_detaille], [om_collectivite] from ".DB_PREFIXE."affectation_automatique order by [tri]";
9 $reqmo['affectation_automatique']='checked';
10 $reqmo['arrondissement']='checked';
11 $reqmo['quartier']='checked';
12 $reqmo['section']='checked';
13 $reqmo['instructeur']='checked';
14 $reqmo['dossier_autorisation_type_detaille']='checked';
15 $reqmo['om_collectivite']='checked';
16 $reqmo['tri']=array('affectation_automatique','arrondissement','quartier','section','instructeur','dossier_autorisation_type_detaille','om_collectivite');
17 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26