Fix: trad
Fix: delete double
This commit is contained in:
parent
48bde14815
commit
abe93aff9a
@ -593,14 +593,6 @@ class pdf_oursin extends ModelePDFFactures
|
||||
|
||||
$pdf->SetXY ($this->marges['g'], $tab2_top + 0);
|
||||
|
||||
/*
|
||||
* If France, show VAT mention if not applicable
|
||||
*/
|
||||
if ($this->emetteur->pays_code == 'FR' && $this->franchise == 1)
|
||||
{
|
||||
$pdf->MultiCell(100, $tab2_hl, $outputlangs->transnoentities("VATIsNotUsedForInvoice"), 0, 'L', 0);
|
||||
}
|
||||
|
||||
$useborder=0;
|
||||
$index = 0;
|
||||
|
||||
|
||||
@ -384,7 +384,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
|
||||
// If France, show VAT mention if not applicable
|
||||
if ($this->emetteur->pays_code == 'FR' && $this->franchise == 1)
|
||||
{
|
||||
$pdf->MultiCell(100, $tab2_hl, "* TVA non applicable art-293B du CGI", 0, 'L', 0);
|
||||
$pdf->MultiCell(100, $tab2_hl, $outputlangs->transnoentities("VATIsNotUsedForInvoice"), 0, 'L', 0);
|
||||
}
|
||||
|
||||
// Tableau total
|
||||
|
||||
@ -395,7 +395,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
|
||||
// If France, show VAT mention if not applicable
|
||||
if ($this->emetteur->pays_code == 'FR' && $this->franchise == 1)
|
||||
{
|
||||
$pdf->MultiCell(100, $tab2_hl, "* TVA non applicable art-293B du CGI", 0, 'L', 0);
|
||||
$pdf->MultiCell(100, $tab2_hl, $outputlangs->transnoentities("VATIsNotUsedForInvoice"), 0, 'L', 0);
|
||||
}
|
||||
|
||||
// Tableau total
|
||||
|
||||
Loading…
Reference in New Issue
Block a user