1 %if ( $cgi->param('_type') eq 'html' || $cgi->param('_type') eq 'html-print' ) {
3 %} elsif ( $cgi->param('_type') eq 'xml' ) {
6 <% $cgi->param('notes') |h %>
7 %if ( $cgi->param('_type') eq 'xml' ) {
12 my $curuser = $FS::CurrentUser::CurrentUser;
15 unless $curuser->access_right('List packages');