Correction header manquant après la première page dans l'export pdf
This commit is contained in:
parent
5341fa84f1
commit
16a5391557
@ -62,7 +62,7 @@ if($nomFic == ''){
|
||||
$output.= '</page_footer>';
|
||||
$count = 0;
|
||||
foreach($annonces as $annonce){
|
||||
if ($count>0) $output.= '<page>';
|
||||
if ($count>0) $output.= '<page pageset="old">';
|
||||
$output.= '<table width="580">'."\n";
|
||||
$output.= '<tr><td width="30"> </td>'."\n";
|
||||
$output.= ' <td width="550" colspan="2" class="StyleInfoLib">Entreprise : '.$annonce['RaisonSociale'].' ('.$annonce['Siren'].')</td>'."\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user