add missing translation

This commit is contained in:
Philippe GRAND 2019-09-24 09:54:57 +02:00
parent 31cc7e0610
commit 7ec43e8b59
2 changed files with 2 additions and 1 deletions

View File

@ -440,7 +440,7 @@ class pdf_azur extends ModelePDFPropales
{
$tmpuser=new User($this->db);
$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->office_phone) $notetoshow.=', Tel: '.$tmpuser->office_phone;
}

View File

@ -83,3 +83,4 @@ DefaultModelPropalToBill=Default template when closing a business proposal (to b
DefaultModelPropalClosed=Default template when closing a business proposal (unbilled)
ProposalCustomerSignature=Written acceptance, company stamp, date and signature
ProposalsStatisticsSuppliers=Vendor proposals statistics
CaseFollowedBy=Case followed by