Trad: Pb traduction "date facturation"
This commit is contained in:
parent
e985d2023d
commit
6531ffa785
@ -783,13 +783,13 @@ class pdf_crabe extends ModelePDFFactures
|
|||||||
$pdf->SetFont('Arial','B',13);
|
$pdf->SetFont('Arial','B',13);
|
||||||
$pdf->SetXY(100,$posy);
|
$pdf->SetXY(100,$posy);
|
||||||
$pdf->SetTextColor(0,0,60);
|
$pdf->SetTextColor(0,0,60);
|
||||||
$pdf->MultiCell(100, 4, $langs->trans("Bill")." ".$fac->ref, '' , 'R');
|
$pdf->MultiCell(100, 4, $langs->trans("Invoice")." ".$fac->ref, '' , 'R');
|
||||||
$pdf->SetFont('Arial','',12);
|
$pdf->SetFont('Arial','',12);
|
||||||
|
|
||||||
$posy+=6;
|
$posy+=6;
|
||||||
$pdf->SetXY(100,$posy);
|
$pdf->SetXY(100,$posy);
|
||||||
$pdf->SetTextColor(0,0,60);
|
$pdf->SetTextColor(0,0,60);
|
||||||
$pdf->MultiCell(100, 4, $langs->trans("DateBill")." : " . dolibarr_print_date($fac->date,"%d %b %Y"), '', 'R');
|
$pdf->MultiCell(100, 4, $langs->trans("DateInvoice")." : " . dolibarr_print_date($fac->date,"%d %b %Y"), '', 'R');
|
||||||
|
|
||||||
$posy+=6;
|
$posy+=6;
|
||||||
$pdf->SetXY(100,$posy);
|
$pdf->SetXY(100,$posy);
|
||||||
|
|||||||
@ -101,7 +101,6 @@ RelatedCommercialProposals=Related commercial proposals
|
|||||||
MenuToValid=To valid
|
MenuToValid=To valid
|
||||||
DateMaxPayment=Payment due before
|
DateMaxPayment=Payment due before
|
||||||
DateEcheance=Due date limit
|
DateEcheance=Due date limit
|
||||||
DateBill=Invoice date
|
|
||||||
DateInvoice=Invoice date
|
DateInvoice=Invoice date
|
||||||
NoInvoice=No invoice
|
NoInvoice=No invoice
|
||||||
ClassifyBill=Classify invoice
|
ClassifyBill=Classify invoice
|
||||||
|
|||||||
@ -101,7 +101,6 @@ RelatedCommercialProposals=Propositions commerciales associ
|
|||||||
MenuToValid=A valider
|
MenuToValid=A valider
|
||||||
DateMaxPayment=Date limite règlement
|
DateMaxPayment=Date limite règlement
|
||||||
DateEcheance=Date échéance
|
DateEcheance=Date échéance
|
||||||
DateBill=Date facturaction
|
|
||||||
DateInvoice=Date facturation
|
DateInvoice=Date facturation
|
||||||
NoInvoice=Aucune facture
|
NoInvoice=Aucune facture
|
||||||
ClassifyBill=Classer la facture
|
ClassifyBill=Classer la facture
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user