Revamping invoice PDF rendering and standardisation work
This commit is contained in:
@@ -50,8 +50,8 @@ abstract class Invoice_TCPDF extends TCPDF {
|
||||
$this->SetCreator('Open Source Billing');
|
||||
$this->SetAuthor($this->co->name());
|
||||
$this->SetTitle(sprintf('%s Invoice',$this->co->name()));
|
||||
$this->SetSubject(sprintf('Invoice #%06s',$this->io->id()));
|
||||
$this->SetKeywords($this->io->id());
|
||||
$this->SetSubject(sprintf('Invoice #%06s',$this->io->refnum(TRUE)));
|
||||
$this->SetKeywords($this->io->refnum(TRUE));
|
||||
$this->SetAutoPageBreak(TRUE,25);
|
||||
$this->SetHeaderMargin(1);
|
||||
$this->SetFooterMargin(10);
|
||||
|
Reference in New Issue
Block a user