Trans
This commit is contained in:
parent
314482bc6b
commit
10fff59357
@ -1233,7 +1233,7 @@ class pdf_crabe extends ModelePDFFactures
|
||||
$bac = new CompanyBankAccount($this->db);
|
||||
$bac->fetch(0, $object->thirdparty->id);
|
||||
$iban= $bac->iban.(($bac->iban && $bac->bic) ? ' / ' : '').$bac->bic;
|
||||
$lib_mode_reg .= $outputlangs->trans("PaymentTypePREdetails", dol_trunc($iban, 6, 'right', 'UTF-8', 1));
|
||||
$lib_mode_reg .= ' '.$outputlangs->trans("PaymentTypePREdetails", dol_trunc($iban, 6, 'right', 'UTF-8', 1));
|
||||
}
|
||||
$pdf->MultiCell(80, 5, $lib_mode_reg, 0, 'L');
|
||||
|
||||
|
||||
@ -1326,7 +1326,7 @@ class pdf_sponge extends ModelePDFFactures
|
||||
$bac = new CompanyBankAccount($this->db);
|
||||
$bac->fetch(0, $object->thirdparty->id);
|
||||
$iban= $bac->iban.(($bac->iban && $bac->bic) ? ' / ' : '').$bac->bic;
|
||||
$lib_mode_reg .= $outputlangs->trans("PaymentTypePREdetails", dol_trunc($iban, 6, 'right', 'UTF-8', 1));
|
||||
$lib_mode_reg .= ' '.$outputlangs->trans("PaymentTypePREdetails", dol_trunc($iban, 6, 'right', 'UTF-8', 1));
|
||||
}
|
||||
|
||||
$pdf->MultiCell($posxend - $posxval, 5, $lib_mode_reg, 0, 'L');
|
||||
|
||||
@ -450,7 +450,7 @@ ErrorPaymentConditionsNotEligibleToDepositCreation=The chose payment conditions
|
||||
PaymentTypeVIR=Bank transfer
|
||||
PaymentTypeShortVIR=Bank transfer
|
||||
PaymentTypePRE=Direct debit payment order
|
||||
PaymentTypePREdetails=(on account *-%s)
|
||||
PaymentTypePREdetails=(on account %s...)
|
||||
PaymentTypeShortPRE=Debit payment order
|
||||
PaymentTypeLIQ=Cash
|
||||
PaymentTypeShortLIQ=Cash
|
||||
|
||||
@ -130,8 +130,8 @@ sendingindex=Home shippings
|
||||
receptionindex=Home receivings
|
||||
activityindex=Home activity
|
||||
proposalindex=Home proposal
|
||||
ordersindex=Home orders
|
||||
orderssuppliersindex=Home orders suppliers
|
||||
ordersindex=Home sale orders
|
||||
orderssuppliersindex=Home purchase orders
|
||||
contractindex=Home contracts
|
||||
interventionindex=Home interventions
|
||||
suppliersproposalsindex=Home suppliers proposals
|
||||
|
||||
Loading…
Reference in New Issue
Block a user