summaryrefslogtreecommitdiff
path: root/FS/FS/part_event.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-25 01:40:28 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-25 01:40:28 -0700
commitd29b455cf176358089f98e2970beaab88195bc62 (patch)
treebd076935c628774c3297f68da9acafe80ca35e94 /FS/FS/part_event.pm
parent60724f233fbeb9388f4b2cbb68a4e6297c2b2118 (diff)
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'FS/FS/part_event.pm')
-rw-r--r--FS/FS/part_event.pm1
1 files changed, 1 insertions, 0 deletions
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 )
);