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

Annotation of /trunk/sql/pgsql/service.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3730 - (hide annotations)
Fri Mar 18 11:50:26 2016 UTC (8 years, 10 months ago) by mbroquet
File size: 879 byte(s)
Actualisation du trunk
1 mbroquet 3730 <?php
2     //$Id: service.inc.php 4651 2015-04-26 09:15:48Z tbenita $
3     //gen openMairie le 10/02/2011 20:36
4     include('../gen/sql/pgsql/service.inc.php');
5     $ent = _("parametrage")." -> "._("gestion des consultations")." -> "._("service");
6     $champAffiche = array(
7     'service.service as "'._("service").'"',
8     'service.abrege as "'._("abrege").'"',
9     'service.libelle as "'._("libelle").'"',
10     'CONCAT_WS(\' \', service.adresse, service.adresse2, service.cp, service.ville) as "'._("adresse").'"',
11     'service.delai as "'._("delai").'"',
12     "case service.consultation_papier when 't' then 'Oui' else 'Non' end as \""._("consultation_papier")."\"",
13     "case service.notification_email when 't' then 'Oui' else 'Non' end as \""._("notification_email")."\"",
14     'service.type_consultation as "'._("type_consultation").'"',
15     'om_etat.libelle as "'._("edition").'"',
16     );
17    
18     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26