Merge pull request #11953 from grandoc/new_branch_24_09_2019

add missing translation
This commit is contained in:
Laurent Destailleur 2019-09-27 11:56:01 +02:00 committed by GitHub
commit 881c90ab74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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