From d29b455cf176358089f98e2970beaab88195bc62 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 25 Aug 2013 01:40:28 -0700 Subject: continue sales person work: customer and package selection, commissions, reporting. RT#23402 --- FS/FS/part_event.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/part_event.pm') diff --git a/FS/FS/part_event.pm b/FS/FS/part_event.pm index b7371c9..a740bb8 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 ) ); -- cgit v1.1