max width

This commit is contained in:
Tiavina 2025-04-07 17:37:24 +03:00
parent d20949e57d
commit 6b1e8d46a8

View File

@ -164,7 +164,7 @@ class InvoiceGroupPdfHandler extends FPDF {
$clientAddress = $this->factureData['client_real_adress'];
$maxWidth = $this->GetPageWidth();
$availableWidhtForClientInfo = $maxWidth - 10 - $clientInfoXAxis;
$availableWidhtForClientInfo = $maxWidth - 2 - $clientInfoXAxis;
$clientInfoYAxis = 40;
$this->SetXY($clientInfoXAxis,$clientInfoYAxis);