mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Ajout meta info sujet
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user