This commit is contained in:
Laurent Destailleur 2023-03-02 23:19:37 +01:00
parent 314482bc6b
commit 10fff59357
4 changed files with 5 additions and 5 deletions

View File

@ -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');

View File

@ -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');

View File

@ -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

View File

@ -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