summaryrefslogtreecommitdiff
path: root/httemplate/browse/part_bill_event.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-02-01 23:13:48 +0000
committerivan <ivan>2006-02-01 23:13:48 +0000
commita9c8414692c1777da3ff78b83a1e6bbb0729f6eb (patch)
tree72d5eff4a58abb2ba7b4fcc0c67f1631655b6ff2 /httemplate/browse/part_bill_event.cgi
parent56d54e6cb3d973558e3cb10d8673762b2fa19e67 (diff)
finish adding freeside-monthly and monthly events
Diffstat (limited to 'httemplate/browse/part_bill_event.cgi')
-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
}