Fix: several fixes
This commit is contained in:
parent
33b9c5af45
commit
5ea6b99593
@ -478,14 +478,14 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
|
|||||||
$pdf->SetFont('','', $default_font_size - 1);
|
$pdf->SetFont('','', $default_font_size - 1);
|
||||||
|
|
||||||
// If France, show VAT mention if not applicable
|
// If France, show VAT mention if not applicable
|
||||||
if ($this->emetteur->pays_code == 'FR' && $this->franchise == 1)
|
/*if ($this->emetteur->pays_code == 'FR' && $this->franchise == 1)
|
||||||
{
|
{
|
||||||
$pdf->SetFont('','B', $default_font_size - 2);
|
$pdf->SetFont('','B', $default_font_size - 2);
|
||||||
$pdf->SetXY($this->marge_gauche, $posy);
|
$pdf->SetXY($this->marge_gauche, $posy);
|
||||||
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("VATIsNotUsedForInvoice"), 0, 'L', 0);
|
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("VATIsNotUsedForInvoice"), 0, 'L', 0);
|
||||||
|
|
||||||
$posy=$pdf->GetY()+4;
|
$posy=$pdf->GetY()+4;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
// Show payments conditions
|
// Show payments conditions
|
||||||
if ($object->cond_reglement_code || $object->cond_reglement)
|
if ($object->cond_reglement_code || $object->cond_reglement)
|
||||||
|
|||||||
@ -127,7 +127,7 @@ ErrorInvoiceAvoirMustBeNegative=Error, correct invoice must have a negative amou
|
|||||||
ErrorInvoiceOfThisTypeMustBePositive=Error, this type of invoice must have a positive amount
|
ErrorInvoiceOfThisTypeMustBePositive=Error, this type of invoice must have a positive amount
|
||||||
ErrorCantCancelIfReplacementInvoiceNotValidated=Error, can't cancel an invoice that has been replaced by another invoice that is still in draft status
|
ErrorCantCancelIfReplacementInvoiceNotValidated=Error, can't cancel an invoice that has been replaced by another invoice that is still in draft status
|
||||||
BillFrom=From
|
BillFrom=From
|
||||||
BillTo=Bill to
|
BillTo=To
|
||||||
ActionsOnBill=Actions on invoice
|
ActionsOnBill=Actions on invoice
|
||||||
NewBill=New invoice
|
NewBill=New invoice
|
||||||
Prélèvements=Standing order
|
Prélèvements=Standing order
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user