commit
1cef4c1563
@ -319,7 +319,7 @@ class pdf_einstein extends ModelePDFCommandes
|
||||
$pdf->SetDrawColor(192,192,192);
|
||||
$pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_incoterms+1);
|
||||
|
||||
$tab_top = $nexY+6+$height_incoterms;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
}
|
||||
|
||||
@ -353,7 +353,7 @@ class pdf_einstein extends ModelePDFCommandes
|
||||
$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);
|
||||
|
||||
$tab_top = $nexY+6+$height_note;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
|
||||
$iniY = $tab_top + 7;
|
||||
|
||||
@ -228,7 +228,7 @@ class pdf_strato extends ModelePDFContract
|
||||
$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);
|
||||
|
||||
$tab_top = $nexY+6+$height_note;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
|
||||
$iniY = $tab_top + 7;
|
||||
|
||||
@ -384,7 +384,7 @@ class pdf_crabe extends ModelePDFFactures
|
||||
$pdf->SetDrawColor(192,192,192);
|
||||
$pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_incoterms+1);
|
||||
|
||||
$tab_top = $nexY+6+$height_incoterms;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
}
|
||||
|
||||
@ -418,7 +418,7 @@ class pdf_crabe extends ModelePDFFactures
|
||||
$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);
|
||||
|
||||
$tab_top = $nexY+6+$height_note;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
|
||||
$iniY = $tab_top + 7;
|
||||
|
||||
@ -357,7 +357,7 @@ class pdf_azur extends ModelePDFPropales
|
||||
$pdf->SetDrawColor(192,192,192);
|
||||
$pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_incoterms+1);
|
||||
|
||||
$tab_top = $nexY+6+$height_incoterms;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
}
|
||||
|
||||
@ -399,7 +399,7 @@ class pdf_azur extends ModelePDFPropales
|
||||
$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);
|
||||
|
||||
$tab_top = $nexY+6+$height_note;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
|
||||
$iniY = $tab_top + 7;
|
||||
|
||||
@ -285,7 +285,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
|
||||
$pdf->SetDrawColor(192,192,192);
|
||||
$pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_incoterms+1);
|
||||
|
||||
$tab_top = $nexY+6+$height_incoterms;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
}
|
||||
|
||||
@ -303,7 +303,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
|
||||
$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);
|
||||
|
||||
$tab_top = $nexY+6+$height_note;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
|
||||
$iniY = $tab_top + 7;
|
||||
|
||||
@ -335,7 +335,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
|
||||
$pdf->SetDrawColor(192,192,192);
|
||||
$pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_incoterms+1);
|
||||
|
||||
$tab_top = $nexY+6+$height_incoterms;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -388,7 +388,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
||||
$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);
|
||||
|
||||
$tab_top = $nexY+6+$height_note;
|
||||
$tab_top = $nexY+6;
|
||||
}
|
||||
|
||||
$iniY = $tab_top + 7;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user