remove magic code adress on recap service
This commit is contained in:
parent
6385f1be60
commit
b07a96b633
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user