Ajout meta info sujet

This commit is contained in:
Rodolphe Quiedeville 2003-08-09 20:51:15 +00:00
parent 31dedf1c3b
commit 8edcc75731
3 changed files with 4 additions and 1 deletions

View File

@ -60,6 +60,7 @@ Class pdf_tourteau {
$pdf->AddPage();
$pdf->SetTitle($fac->ref);
$pdf->SetSubject("Facture");
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
$pdf->SetAuthor($user->fullname);

View File

@ -61,6 +61,7 @@ Class pdf_propale_jaune
$pdf->Open();
$pdf->SetTitle($fac->ref);
$pdf->SetSubject("Proposition commerciale");
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
$pdf->SetAuthor($user->fullname);

View File

@ -61,7 +61,8 @@ Class pdf_propale_rouge
$pdf->Open();
$pdf->AddPage();
$pdf->SetTitle($fac->ref);
$pdf->SetTitle($propale->ref);
$pdf->SetSubject("Proposition commerciale");
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
$pdf->SetAuthor($user->fullname);