From d0373d64f79a086c6fbb95e2fac6ec542f3d928f Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 31 Aug 2015 14:55:34 -0700 Subject: one more repeatability fix + documentation, #37340 --- FS/FS/cdr.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/cdr.pm b/FS/FS/cdr.pm index 1a3666099..775c79114 100644 --- a/FS/FS/cdr.pm +++ b/FS/FS/cdr.pm @@ -1463,7 +1463,7 @@ as keys (for use with part_pkg::voip_cdr) and "pretty" format names as values. sub invoice_formats { map { ($_ => $export_names{$_}->{'name'}) } grep { $export_names{$_}->{'invoice_header'} } - keys %export_names; + sort keys %export_names; } =item invoice_header FORMAT -- cgit v1.2.1