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

Diff of /trunk/gen/sql/pgsql/service.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 500 by nhaye, Thu Oct 11 16:18:19 2012 UTC revision 501 by vpihour, Mon Oct 15 09:04:04 2012 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  //$Id$
3  //gen openMairie le 11/10/2012 17:44  //gen openMairie le 15/10/2012 10:59
4    
5  $DEBUG=0;  $DEBUG=0;
6  $serie=15;  $serie=15;
# Line 34  $champAffiche = array( Line 34  $champAffiche = array(
34      'service.delai as "'._("delai").'"',      'service.delai as "'._("delai").'"',
35      "case service.consultation_papier when 't' then 'Oui' else 'Non' end as \""._("consultation_papier")."\"",      "case service.consultation_papier when 't' then 'Oui' else 'Non' end as \""._("consultation_papier")."\"",
36      "case service.choix_consultation when 't' then 'Oui' else 'Non' end as \""._("choix_consultation")."\"",      "case service.choix_consultation when 't' then 'Oui' else 'Non' end as \""._("choix_consultation")."\"",
37        "case service.notification_email when 't' then 'Oui' else 'Non' end as \""._("notification_email")."\"",
38      'to_char(service.om_validite_debut ,\'DD/MM/YYYY\') as "'._("om_validite_debut").'"',      'to_char(service.om_validite_debut ,\'DD/MM/YYYY\') as "'._("om_validite_debut").'"',
39      'to_char(service.om_validite_fin ,\'DD/MM/YYYY\') as "'._("om_validite_fin").'"',      'to_char(service.om_validite_fin ,\'DD/MM/YYYY\') as "'._("om_validite_fin").'"',
40        'service.type_consultation as "'._("type_consultation").'"',
41      );      );
42  //  //
43  $champNonAffiche = array(  $champNonAffiche = array(
# Line 51  $champRecherche = array( Line 53  $champRecherche = array(
53      'service.ville as "'._("ville").'"',      'service.ville as "'._("ville").'"',
54      'service.email as "'._("email").'"',      'service.email as "'._("email").'"',
55      'service.delai as "'._("delai").'"',      'service.delai as "'._("delai").'"',
56        'service.type_consultation as "'._("type_consultation").'"',
57      );      );
58  $tri="ORDER BY service.libelle ASC NULLS LAST";  $tri="ORDER BY service.libelle ASC NULLS LAST";
59  $edition="service";  $edition="service";

Legend:
Removed from v.500  
changed lines
  Added in v.501

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26