diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php index 0d842f7dcc8..c486c4ad89f 100755 --- a/htdocs/core/class/commondocgenerator.class.php +++ b/htdocs/core/class/commondocgenerator.class.php @@ -49,13 +49,12 @@ class CommonDocGenerator return array( 'myuser_lastname'=>$user->lastname, 'myuser_firstname'=>$user->firstname, - /*'myuser_login'=>$user->login, + 'myuser_login'=>$user->login, 'myuser_phone'=>$user->officephone, 'myuser_fax'=>$user->officefax, 'myuser_mobile'=>$user->user_mobile, 'myuser_email'=>$user->user_email, - 'myuser_web'=>$user->url, - 'myuser_note'=>$user->note*/ + 'myuser_web'=>$user->url ); } diff --git a/htdocs/install/doctemplates/invoices/template_invoice.odt b/htdocs/install/doctemplates/invoices/template_invoice.odt index df05a181622..87e6699d0ce 100644 Binary files a/htdocs/install/doctemplates/invoices/template_invoice.odt and b/htdocs/install/doctemplates/invoices/template_invoice.odt differ diff --git a/htdocs/install/doctemplates/thirdparties/template_thirdparty.odt b/htdocs/install/doctemplates/thirdparties/template_thirdparty.odt index fa6bfc9ee7c..850711d5760 100644 Binary files a/htdocs/install/doctemplates/thirdparties/template_thirdparty.odt and b/htdocs/install/doctemplates/thirdparties/template_thirdparty.odt differ