/[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 1761 by fmichon, Mon Apr 22 17:01:48 2013 UTC revision 1988 by vpihour, Wed Jun 5 16:04:44 2013 UTC
# Line 79  if (isset($_GET["obj"]) && $_GET["obj"] Line 79  if (isset($_GET["obj"]) && $_GET["obj"]
79      //      //
80      $champs['parcelle'] = array(      $champs['parcelle'] = array(
81          'table' => 'dossier',          'table' => 'dossier',
82          'colonne' => 'parcelle',          'colonne' => 'terrain_references_cadastrales',
83          'type' => 'text',          'type' => 'text',
84          'taille' => 30,          'taille' => 30,
85          'libelle' => _('parcelle'));          'libelle' => _('parcelle'));
# Line 229  if (isset($_GET["obj"]) && $_GET["obj"] Line 229  if (isset($_GET["obj"]) && $_GET["obj"]
229  /*Ajout de sous-formulaire à notre objet*/  /*Ajout de sous-formulaire à notre objet*/
230  $sousformulaire=array(  $sousformulaire=array(
231      //"donnees_techniques",      //"donnees_techniques",
232        "document_numerise",
233      "instruction",      "instruction",
234      "consultation",      "consultation",
235      "lot",      "lot",
# Line 265  $sousformulaire_parameters = array( Line 266  $sousformulaire_parameters = array(
266          "title" => _("DA"),          "title" => _("DA"),
267          "href" => "../app/display_da_di.php?iddi=".((isset($idx))? $idx:"")."&",          "href" => "../app/display_da_di.php?iddi=".((isset($idx))? $idx:"")."&",
268      ),      ),
269        "document_numerise" => array(
270            "title" => _("Piece(s)"),
271            "href" => "../app/document_numerise.view.php",
272        ),
273  );  );
274  ?>  ?>

Legend:
Removed from v.1761  
changed lines
  Added in v.1988

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26