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

Diff of /trunk/sql/pgsql/dossier.inc.php

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

revision 1137 by fmichon, Mon Dec 17 17:55:11 2012 UTC revision 1138 by nhaye, Thu Jan 3 15:18:21 2013 UTC
# Line 79  if (isset($_GET["obj"]) && $_GET["obj"] Line 79  if (isset($_GET["obj"]) && $_GET["obj"]
79          'taille' => 30,          'taille' => 30,
80          'libelle' => _('dossier'));          'libelle' => _('dossier'));
81      //      //
82      $champs['nature'] = array(      $champs['dossier_autorisation_type_detaille'] = array(
83          'table' => 'dossier',          'table' => 'dossier_autorisation_type_detaille',
84          'colonne' => 'nature',          'colonne' => 'dossier_autorisation_type_detaille',
85          'type' => 'select',          'type' => 'select',
86          'taille' => 30,          'taille' => 30,
87          'libelle' => _('nature'));          'libelle' => _('dossier_autorisation_type_detaille'));
88    
89    
90    

Legend:
Removed from v.1137  
changed lines
  Added in v.1138

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26