X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_event.html;h=f68f06b9f4feafcbd89f97eb5ccc6a1257171247;hb=0a256d5758b5826aeaf7b59ac2e0f8c97ba8b86b;hp=674004bc7e98a70716229f5866c4c608470e2f12;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git diff --git a/httemplate/browse/part_event.html b/httemplate/browse/part_event.html index 674004bc7..f68f06b9f 100644 --- a/httemplate/browse/part_event.html +++ b/httemplate/browse/part_event.html @@ -150,7 +150,7 @@ my $html_init = foreach my $part_event ( qsearch('part_event', {'diabled'=>''}) ) { $html_init .= ''; + $part_event->eventpart. ': '. $part_event->event. ''; } $html_init .= ''. @@ -158,7 +158,8 @@ $html_init .= ''. my $count_query = 'SELECT COUNT(*) FROM part_event WHERE '. $FS::CurrentUser::CurrentUser->agentnums_sql( - 'null_right' => 'Edit global billing events', + 'null_right' => 'Edit global billing events', + 'viewall_right' => 'None', ); my $join_conditions = FS::part_event_condition->join_conditions_sql;