summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/browse/part_bill_event.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/browse/part_bill_event.cgi b/httemplate/browse/part_bill_event.cgi
index 0b6d0cb2b..380e4d78b 100755
--- a/httemplate/browse/part_bill_event.cgi
+++ b/httemplate/browse/part_bill_event.cgi
@@ -32,7 +32,8 @@ my $total = scalar(@part_bill_event);
my $oldfreq = '';
my @payby_part_bill_event = grep { $payby eq $_->payby }
- sort { $a->seconds <=> $b->seconds
+ sort { $a->freq cmp $b->freq # for now
+ || $a->seconds <=> $b->seconds
|| $a->weight <=> $b->weight
|| $a->eventpart <=> $b->eventpart
}