diff options
Diffstat (limited to 'httemplate/view/cust_main/notes.html')
-rwxr-xr-x | httemplate/view/cust_main/notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index f8a6a2533..74d3f602b 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -50,7 +50,7 @@ <TR> <% note_datestr($note,$conf,$bgcolor) %> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"> - <% $note->otaker%> + <% $note->usernum ? $note->access_user->name : $note->otaker %> </TD> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"> <% $note->comments | defang %> |