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->SetXY(100,$posy);
|
||||
$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);
|
||||
|
||||
$posy+=6;
|
||||
$pdf->SetXY(100,$posy);
|
||||
$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;
|
||||
$pdf->SetXY(100,$posy);
|
||||
|
||||
@ -101,7 +101,6 @@ RelatedCommercialProposals=Related commercial proposals
|
||||
MenuToValid=To valid
|
||||
DateMaxPayment=Payment due before
|
||||
DateEcheance=Due date limit
|
||||
DateBill=Invoice date
|
||||
DateInvoice=Invoice date
|
||||
NoInvoice=No invoice
|
||||
ClassifyBill=Classify invoice
|
||||
|
||||
@ -101,7 +101,6 @@ RelatedCommercialProposals=Propositions commerciales associ
|
||||
MenuToValid=A valider
|
||||
DateMaxPayment=Date limite règlement
|
||||
DateEcheance=Date échéance
|
||||
DateBill=Date facturaction
|
||||
DateInvoice=Date facturation
|
||||
NoInvoice=Aucune facture
|
||||
ClassifyBill=Classer la facture
|
||||
|
||||
Loading…
Reference in New Issue
Block a user