Skip to content
Snippets Groups Projects
Commit 4b3778d1 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #1292 from aspangaro/3.4

fix for language
parents 4b26d844 91702593
No related branches found
No related tags found
No related merge requests found
...@@ -582,7 +582,7 @@ if ($id > 0 || ! empty($ref)) ...@@ -582,7 +582,7 @@ if ($id > 0 || ! empty($ref))
$banklinestatic->fetch($links[$key]['url_id']); $banklinestatic->fetch($links[$key]['url_id']);
$bankstatic->id=$banklinestatic->fk_account; $bankstatic->id=$banklinestatic->fk_account;
$bankstatic->label=$banklinestatic->bank_account_label; $bankstatic->label=$banklinestatic->bank_account_label;
print ' ('.$langs->trans("From "); print ' ('.$langs->trans("TransferFrom").' ';
print $bankstatic->getNomUrl(1,'transactions'); print $bankstatic->getNomUrl(1,'transactions');
print ' '.$langs->trans("toward").' '; print ' '.$langs->trans("toward").' ';
$bankstatic->id=$objp->bankid; $bankstatic->id=$objp->bankid;
...@@ -594,7 +594,7 @@ if ($id > 0 || ! empty($ref)) ...@@ -594,7 +594,7 @@ if ($id > 0 || ! empty($ref))
{ {
$bankstatic->id=$objp->bankid; $bankstatic->id=$objp->bankid;
$bankstatic->label=$objp->bankref; $bankstatic->label=$objp->bankref;
print ' ('.$langs->trans("From "); print ' ('.$langs->trans("TransferFrom").' ';
print $bankstatic->getNomUrl(1,''); print $bankstatic->getNomUrl(1,'');
print ' '.$langs->trans("toward").' '; print ' '.$langs->trans("toward").' ';
$banklinestatic->fetch($links[$key]['url_id']); $banklinestatic->fetch($links[$key]['url_id']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment