continue sales person work: customer and package selection, commissions, reporting...
[freeside.git] / FS / FS / part_event.pm
index b7371c9..a740bb8 100644 (file)
@@ -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 )
   );