/[openfoncier]/branches/3.14.x/app/document_numerise.view.php
ViewVC logotype

Diff of /branches/3.14.x/app/document_numerise.view.php

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

revision 3034 by nmeucci, Fri Apr 25 07:26:59 2014 UTC revision 3035 by nhaye, Mon May 19 15:56:46 2014 UTC
# Line 64  $where = " WHERE document_numerise.dossi Line 64  $where = " WHERE document_numerise.dossi
64  // Si le formulaire est celui des dossiers d'autorisations  // Si le formulaire est celui des dossiers d'autorisations
65  if ($retourformulaire == 'dossier_autorisation') {  if ($retourformulaire == 'dossier_autorisation') {
66      $where = " WHERE dossier_autorisation.dossier_autorisation = '$dossier'      $where = " WHERE dossier_autorisation.dossier_autorisation = '$dossier'
67              AND document_numerise_type_categorie.libelle = 'Arrêté' ";              AND (document_numerise_type.code = 'ART'
68                    OR document_numerise_type.code = 'AVIS'
69                    OR document_numerise_type.code = 'DOC'
70                    OR document_numerise_type.code = 'DAACT'
71                    OR document_numerise_type.code = 'DOS01'
72                    OR document_numerise_type.code = 'DOS02' )";
73  }  }
74    
75  // Le tri sur la requête  // Le tri sur la requête

Legend:
Removed from v.3034  
changed lines
  Added in v.3035

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26