remove magic code adress on recap service
This commit is contained in:
parent
6385f1be60
commit
b07a96b633
@ -219,7 +219,7 @@ class InvoiceRecapService {
|
|||||||
// date facture
|
// date facture
|
||||||
$clientInfoYAxis += 7;
|
$clientInfoYAxis += 7;
|
||||||
$pdf->SetXY($clientInfoXAxis,$clientInfoYAxis);
|
$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
|
// observations
|
||||||
$objetYAxis = 110;
|
$objetYAxis = 110;
|
||||||
@ -626,7 +626,7 @@ class InvoiceRecapService {
|
|||||||
$clientInfoYAxis += 7;
|
$clientInfoYAxis += 7;
|
||||||
$pdf->SetXY($clientInfoXAxis,$clientInfoYAxis);
|
$pdf->SetXY($clientInfoXAxis,$clientInfoYAxis);
|
||||||
// date facture
|
// date facture
|
||||||
$pdf->Cell( 0, 7, "Saint Senoux, le ".utf8_decode($date_formated));
|
$pdf->Cell( 0, 7, "le ".utf8_decode($date_formated));
|
||||||
|
|
||||||
// observations
|
// observations
|
||||||
$objetYAxis = 110;
|
$objetYAxis = 110;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user