2
0
forked from Wavyzz/dolibarr

Translate

This commit is contained in:
Alexandre SPANGARO
2019-09-20 15:07:58 +02:00
parent e32772fdc5
commit 1e49fd0d45
28 changed files with 99 additions and 99 deletions

View File

@@ -279,7 +279,7 @@ class pdf_strato extends ModelePDFContract
$nexY = $pdf->GetY();
$height_note=$nexY-$tab_top;
// Rect prend une longueur en 3eme param
// Rect takes a length in 3rd parameter
$pdf->SetDrawColor(192, 192, 192);
$pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_note+1);
@@ -556,7 +556,7 @@ class pdf_strato extends ModelePDFContract
*/
// Output Rect
$this->printRect($pdf, $this->marge_gauche, $tab_top, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $tab_height+3); // Rect prend une longueur en 3eme param et 4eme param
$this->printRect($pdf, $this->marge_gauche, $tab_top, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $tab_height+3); // Rect takes a length in 3rd parameter and 4th parameter
}
/**