diff options
Diffstat (limited to 'httemplate/view/cust_main/attachments.html')
| -rwxr-xr-x | httemplate/view/cust_main/attachments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/attachments.html b/httemplate/view/cust_main/attachments.html index b16a81eae..bdd4f5917 100755 --- a/httemplate/view/cust_main/attachments.html +++ b/httemplate/view/cust_main/attachments.html @@ -82,7 +82,7 @@ <TR> <% note_datestr($attach,$conf,$bgcolor) %> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"> - <% $attach->otaker%> + <% $attach->usernum ? $attach->access_user->name : $attach->otaker %> </TD> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"> <% $attach->filename %> |
