From 00755aee33cc3ecdf3634bcc0f50f54814bfc400 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 29 Apr 2013 11:36:01 -0700 Subject: delete customer notes, #22296 --- httemplate/view/cust_main/notes.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/view/cust_main/notes.html') diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 1e9f464db..2de68ff46 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -63,7 +63,11 @@ % % my $edit = ''; % if ($curuser->access_right('Edit customer note') ) { -% $edit = qq! (!.emt('edit').')'; +% my $delete_url = $fsurl.'misc/delete-note.html?'.$notenum; +% $edit = qq! (!.emt('edit').')'. +% qq! !. +% '('.emt('delete').')'; % } % % if ( $last_classnum != $note->classnum && !$skipheader ) { -- cgit v1.2.1