Fix trans
This commit is contained in:
parent
539d993666
commit
e8bdb580ab
@ -1464,7 +1464,7 @@ if ($source == 'donation')
|
|||||||
|
|
||||||
// Debitor
|
// Debitor
|
||||||
|
|
||||||
print '<tr class="CTableRow'.($var?'1':'2').'"><td class="CTableRow'.($var?'1':'2').'">'.$langs->trans("Member");
|
print '<tr class="CTableRow'.($var?'1':'2').'"><td class="CTableRow'.($var?'1':'2').'">'.$langs->trans("ThirdParty");
|
||||||
print '</td><td class="CTableRow'.($var?'1':'2').'"><b>';
|
print '</td><td class="CTableRow'.($var?'1':'2').'"><b>';
|
||||||
if ($don->morphy == 'mor' && ! empty($don->societe)) print $don->societe;
|
if ($don->morphy == 'mor' && ! empty($don->societe)) print $don->societe;
|
||||||
else print $don->getFullName($langs);
|
else print $don->getFullName($langs);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user