Ajout meta info sujet
This commit is contained in:
parent
31dedf1c3b
commit
8edcc75731
@ -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);
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user