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

Annotation of /trunk/sql/pgsql/DP.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 467 - (hide annotations)
Wed Oct 3 09:42:47 2012 UTC (12 years, 4 months ago) by nhaye
File size: 447 byte(s)
Correction de la classe courrier.class.php afin que le tableau et formulaire fonctionnent
modification des surcharges (DP.inc.php, PA.inc.php, ...) afin de rendre homogène l'appel au parent. 

1 fraynaud 11 <?php
2     //$Id: DP.inc,v 1.3 2010-07-30 08:19:50 fraynaud Exp $
3 nhaye 467 include('dossier.inc.php');
4 fraynaud 196 if(isset($idx))
5     if($idx != "]"){
6     $ent = "dossier -> ".$idx;
7     if(isset($idz) ){
8     if (trim($idz!=''))
9     $ent = $ent."&nbsp;<font id='idz1'>&nbsp;".
10     strtoupper($idz)."&nbsp;</font>";
11     }
12     }else
13     $ent= "dossier -> DP";
14     else
15     $ent= "dossier -> DP";
16 nhaye 467
17 fraynaud 11 $selection=" where nature = 'DP'";
18    
19     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26