Merge branch 'fixes/fix-facture-group-address-multiline' into staging

This commit is contained in:
Tiavina 2025-04-07 17:33:29 +03:00
commit cc6730ac51

View File

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