add missing translation
This commit is contained in:
parent
31cc7e0610
commit
7ec43e8b59
@ -440,7 +440,7 @@ class pdf_azur extends ModelePDFPropales
|
|||||||
{
|
{
|
||||||
$tmpuser=new User($this->db);
|
$tmpuser=new User($this->db);
|
||||||
$tmpuser->fetch($object->user_author_id);
|
$tmpuser->fetch($object->user_author_id);
|
||||||
$notetoshow.='Affaire suivi par '.$tmpuser->getFullName($langs);
|
$notetoshow.=$langs->trans("CaseFollowedBy").' '.$tmpuser->getFullName($langs);
|
||||||
if ($tmpuser->email) $notetoshow.=', Mail: '.$tmpuser->email;
|
if ($tmpuser->email) $notetoshow.=', Mail: '.$tmpuser->email;
|
||||||
if ($tmpuser->office_phone) $notetoshow.=', Tel: '.$tmpuser->office_phone;
|
if ($tmpuser->office_phone) $notetoshow.=', Tel: '.$tmpuser->office_phone;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -83,3 +83,4 @@ DefaultModelPropalToBill=Default template when closing a business proposal (to b
|
|||||||
DefaultModelPropalClosed=Default template when closing a business proposal (unbilled)
|
DefaultModelPropalClosed=Default template when closing a business proposal (unbilled)
|
||||||
ProposalCustomerSignature=Written acceptance, company stamp, date and signature
|
ProposalCustomerSignature=Written acceptance, company stamp, date and signature
|
||||||
ProposalsStatisticsSuppliers=Vendor proposals statistics
|
ProposalsStatisticsSuppliers=Vendor proposals statistics
|
||||||
|
CaseFollowedBy=Case followed by
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user