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

Contents of /trunk/sql/pgsql/PD.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 467 - (show annotations)
Wed Oct 3 09:42:47 2012 UTC (12 years, 4 months ago) by nhaye
File size: 446 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 <?php
2 //$Id: PD.inc,v 1.3 2010-07-30 08:19:50 fraynaud Exp $
3 include('dossier.inc.php');
4 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 -> PD";
14 else
15 $ent= "dossier -> PD";
16
17 $selection=" where nature = 'PD'";
18 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26