FIX PR #8841
This commit is contained in:
parent
9fa9a716d5
commit
babc99465c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -349,7 +349,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;
|
||||
|
||||
@ -229,7 +229,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;
|
||||
|
||||
@ -356,7 +356,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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -386,7 +386,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;
|
||||
|
||||
@ -355,7 +355,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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -393,7 +393,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;
|
||||
|
||||
@ -297,7 +297,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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -323,7 +323,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