/[openfoncier]/trunk/app/pdf_lettre_rar.php
ViewVC logotype

Diff of /trunk/app/pdf_lettre_rar.php

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

revision 1220 by nhaye, Mon Jan 14 18:36:28 2013 UTC revision 1222 by nhaye, Tue Jan 15 12:03:38 2013 UTC
# Line 12  $f->disableLog(); Line 12  $f->disableLog();
12    
13  if(isset($_GET['liste'])) {  if(isset($_GET['liste'])) {
14      $listeInstr = explode(',',$_GET['liste']);      $listeInstr = explode(',',$_GET['liste']);
15      //print_r($listeInstr);  
16      // Classe permettant la mise en page de l'édition pdf      // Classe permettant la mise en page de l'édition pdf
17      require_once "../obj/pdf_lettre_rar.class.php";      require_once "../obj/pdf_lettre_rar.class.php";
18      $pdf_lettre_rar = new pdf_lettre_rar('P', 'mm', 'A4');      $pdf_lettre_rar = new pdf_lettre_rar('P', 'mm', 'A4');
# Line 71  if(isset($_GET['liste'])) { Line 71  if(isset($_GET['liste'])) {
71          $f->addToLog("app/envoi_lettre_RAR.php : ".$sqlAdresse);          $f->addToLog("app/envoi_lettre_RAR.php : ".$sqlAdresse);
72    
73          // Création du champ specifique          // Création du champ specifique
74            $specifique_content = array();
75          $specifique_content[] = $adresse_dest['ligne1'];          $specifique_content[] = $adresse_dest['ligne1'];
76          $specifique_content[] = $testDemandeur['dossier'];          $specifique_content[] = $testDemandeur['dossier'];
77          $specifique_content[] = "codebarre : 10101110001100";          $specifique_content[] = "codebarre : 10101110001100";

Legend:
Removed from v.1220  
changed lines
  Added in v.1222

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26