available client info width
This commit is contained in:
parent
39848d2ce9
commit
d20949e57d
@ -164,7 +164,7 @@ class InvoiceGroupPdfHandler extends FPDF {
|
||||
|
||||
$clientAddress = $this->factureData['client_real_adress'];
|
||||
$maxWidth = $this->GetPageWidth();
|
||||
$availableWidhtForClientInfo = $maxWidth - 20 - $clientInfoXAxis;
|
||||
$availableWidhtForClientInfo = $maxWidth - 10 - $clientInfoXAxis;
|
||||
|
||||
$clientInfoYAxis = 40;
|
||||
$this->SetXY($clientInfoXAxis,$clientInfoYAxis);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user