X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event.pm;h=a740bb836e38250c48f3a37f2a495010e8e86736;hb=8447fe46bb96c6774b709b5c3341ae35587a35f8;hp=b7371c9ab993b7cb1f2dc4e2f4f745005d2741c4;hpb=708baebde34a2442ec41db38902e04f3c6ec4269;p=freeside.git diff --git a/FS/FS/part_event.pm b/FS/FS/part_event.pm index b7371c9ab..a740bb836 100644 --- a/FS/FS/part_event.pm +++ b/FS/FS/part_event.pm @@ -583,6 +583,7 @@ sub actions { ( map { $_ => $actions{$_} } sort { $actions{$a}->{'default_weight'}<=>$actions{$b}->{'default_weight'} } + # || $actions{$a}->{'description'} cmp $actions{$b}->{'description'} } $class->all_actions( $eventtable ) );