diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-05-16 16:08:31 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-16 16:08:31 -0700 |
| commit | 1cde870268b03197da75f089669d60a7ba3c5617 (patch) | |
| tree | 3e2dfa3a9f73a59eefe6ec772efc1aec1f931406 /httemplate/view/cust_main/notes.html | |
| parent | 747949f05c140e23221b3a2364928431f58fc2d3 (diff) | |
| parent | 16fe3ab085213efe13680a7d2d8c50e38cf8750a (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/view/cust_main/notes.html')
| -rwxr-xr-x | httemplate/view/cust_main/notes.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index deba956ae..7a19f8b38 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -23,20 +23,6 @@ % } -% if ( $curuser->access_right('Add customer note') && -% ! $conf->exists('cust_main-disable_notes') -% ) { - - <& /elements/popup_link-cust_main.html, - 'label' => emt('Add customer note'), - 'action' => $p. 'edit/cust_main_note.cgi', - 'actionlabel' => emt('Enter customer note'), - 'cust_main' => $cust_main, - 'width' => 616, - 'height' => 538, #575 - &> - -% } <BR> % # actually display notes @@ -49,19 +35,6 @@ % if( $curuser->access_right('View attachments') ) { % # List attachments <& notes/attachments.html, 'cust_main' => $cust_main &> -% # "Attach file" link -% if(! $conf->config('disable_cust_attachment') -% and $curuser->access_right('Add attachment')) { -<& /elements/popup_link-cust_main.html, - 'label' => emt('Attach file'), - 'action' => $p.'edit/cust_main_attach.cgi', - 'actionlabel' => emt('Upload file'), - 'cust_main' => $cust_main, - 'width' => 480, - 'height' => 296, -&> -% } - % if ($cgi->param('show_deleted')) { <A HREF="<% $p.'view/cust_main.cgi?custnum=' . $cust_main->custnum . ($view ? ";show=$view" : '') . '#notes' |
