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

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

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

trunk/sql/pgsql/instruction.inc revision 242 by fraynaud, Wed Nov 23 19:39:04 2011 UTC trunk/sql/pgsql/instruction.inc.php revision 1127 by vpihour, Thu Dec 27 15:07:37 2012 UTC
# Line 9  $table=DB_PREFIXE."instruction inner joi Line 9  $table=DB_PREFIXE."instruction inner joi
9  $champAffiche=array("instruction as no",  $champAffiche=array("instruction as no",
10                      "instruction.lettretype",                      "instruction.lettretype",
11                      "libelle",                      "libelle",
12                      "to_char(datecourrier ,'DD/MM/YYYY') as datecourrier",                      "to_char(date_evenement ,'DD/MM/YYYY') as date_evenement",
13                      "instruction.etat",                      "instruction.etat",
14                      "dossier"                      "dossier"
15                      );                      );
# Line 20  if(isset($idx)){ Line 20  if(isset($idx)){
20  }else{  }else{
21     $selection="";     $selection="";
22  }    }  
 //if(isset($objsf) and isset($idx)){  
     $href[3]['lien'] = "../app/pdflettretype_instruction.php?idx=";  
     $href[3]['id']= "";  
     $href[3]['lib']=  "<span class=\"om-icon om-icon-16 om-icon-fix pdf-16\" title=\"".  
                         _("Edition")."\">"._("Edition")."</span>";  
 //    $href=array();  
23  ?>  ?>

Legend:
Removed from v.242  
changed lines
  Added in v.1127

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26