remove magic code adress on recap service

This commit is contained in:
Tiavina 2025-02-13 09:57:50 +03:00
parent 6385f1be60
commit b07a96b633

View File

@ -219,7 +219,7 @@ class InvoiceRecapService {
// date facture
$clientInfoYAxis += 7;
$pdf->SetXY($clientInfoXAxis,$clientInfoYAxis);
$pdf->Cell( 0, 7, "Saint Senoux, le ".utf8_decode($date_formated));
$pdf->Cell( 0, 7, "le ".utf8_decode($date_formated));
// observations
$objetYAxis = 110;
@ -626,7 +626,7 @@ class InvoiceRecapService {
$clientInfoYAxis += 7;
$pdf->SetXY($clientInfoXAxis,$clientInfoYAxis);
// date facture
$pdf->Cell( 0, 7, "Saint Senoux, le ".utf8_decode($date_formated));
$pdf->Cell( 0, 7, "le ".utf8_decode($date_formated));
// observations
$objetYAxis = 110;