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

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

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

revision 3984 by nmeucci, Mon Apr 11 16:33:26 2016 UTC revision 3985 by nmeucci, Mon Apr 18 08:27:22 2016 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  //$Id$
3  //gen openMairie le 11/04/2016 18:26  //gen openMairie le 18/04/2016 10:24
4    
5  $DEBUG=0;  $DEBUG=0;
6  $serie=15;  $serie=15;
# Line 41  $champAffiche = array( Line 41  $champAffiche = array(
41      'consultation.code_barres as "'._("code_barres").'"',      'consultation.code_barres as "'._("code_barres").'"',
42      'consultation.om_fichier_consultation as "'._("om_fichier_consultation").'"',      'consultation.om_fichier_consultation as "'._("om_fichier_consultation").'"',
43      "case consultation.om_final_consultation when 't' then 'Oui' else 'Non' end as \""._("om_final_consultation")."\"",      "case consultation.om_final_consultation when 't' then 'Oui' else 'Non' end as \""._("om_final_consultation")."\"",
44        "case consultation.marque when 't' then 'Oui' else 'Non' end as \""._("marque")."\"",
45      );      );
46  //  //
47  $champNonAffiche = array(  $champNonAffiche = array(

Legend:
Removed from v.3984  
changed lines
  Added in v.3985

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26