X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_event.html;h=f68f06b9f4feafcbd89f97eb5ccc6a1257171247;hp=674004bc7e98a70716229f5866c4c608470e2f12;hb=75e11f1d1a5ced24496b5732e290f7762403feb8;hpb=1d84feb7fe821b547e211ad03e5c200c8f218797 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;