From 5f71517b3de709a86c89dbacc6247cd6e52f4c42 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 31 Mar 2010 07:35:47 +0000 Subject: fix customer notes and attachments wrt s/otaker/usernum/ changes; still need to look at the migration, RT#7935 --- httemplate/view/cust_main/attachments.html | 2 +- httemplate/view/cust_main/notes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/view/cust_main') 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 @@ <% note_datestr($attach,$conf,$bgcolor) %> -  <% $attach->otaker%> +  <% $attach->usernum ? $attach->access_user->name : $attach->otaker %>  <% $attach->filename %> 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 @@ <% note_datestr($note,$conf,$bgcolor) %> -  <% $note->otaker%> +  <% $note->usernum ? $note->access_user->name : $note->otaker %>  <% $note->comments | defang %> -- cgit v1.2.1