Skip to content
Snippets Groups Projects
Commit bc298986 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3814 from FHenry/3.8

FIX : missing tag myuser_job into ODT replacement
parents 4cddb017 9a954014
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ abstract class CommonDocGenerator
'myuser_mobile'=>$user->user_mobile,
'myuser_email'=>$user->email,
'myuser_logo'=>$user->photo,
'myuser_job'=>$user->job,
'myuser_web'=>'' // url not exist in $user object
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment