fixe-facture-simple-startY-mainTable
This commit is contained in:
parent
0f47dea0f6
commit
c30b2df444
@ -338,7 +338,7 @@ class InvoicePdfHandler extends FPDF
|
||||
|
||||
private function DrawBankAndTotalPriceInfo($totalPriceArray)
|
||||
{
|
||||
$startOfYAfterMainTable = 239;
|
||||
$startOfYAfterMainTable = 236;
|
||||
$this->SetY( $startOfYAfterMainTable);
|
||||
$this->SetFont('ComicSans', '', 8);
|
||||
$this->MultiCell(0,4,utf8_decode(html_entity_decode("Paiement à votre convenance par chèque à l'ordre de ". $this->factureData['configuration']->entreprise)));
|
||||
@ -385,7 +385,7 @@ class InvoicePdfHandler extends FPDF
|
||||
public function SetFactureContent()
|
||||
{
|
||||
$this->AddPage();
|
||||
$this->SetMargins(3, 0, 3);
|
||||
$this->SetMargins(2, 0, 3);
|
||||
$this->DrawInvoiceCompanyAndClientInfo();
|
||||
$this->DrawInvoiceInfoTable();
|
||||
$this->DrawArticlesTable();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user