2
0
forked from Wavyzz/dolibarr

Fix: Generating of reports for action use a good page break. Added page nb in report.

This commit is contained in:
Laurent Destailleur
2008-05-02 19:19:02 +00:00
parent b27af5c1b5
commit 6b2ea02412
4 changed files with 153 additions and 82 deletions

View File

@@ -901,7 +901,7 @@ class pdf_crabe extends ModelePDFFactures
}
/*
/**
* \brief Affiche en-tete facture
* \param pdf Objet PDF
* \param object Objet facture
@@ -1131,7 +1131,7 @@ class pdf_crabe extends ModelePDFFactures
}
// Numéro TVA intracom
if ($object->client->tva_intra) $carac_client.="\n".$outputlangs->transnoentities("VATIntraShort").': '.$object->client->tva_intra;
$pdf->SetFont('Arial','',9);
$pdf->SetFont('Arial','',9);
$pdf->SetXY(102,$posy+6);
$pdf->MultiCell(86,4, $carac_client);
}