[freeside-commits] branch FREESIDE_3_BRANCH updated. d2d82863f354790d1eb3ee1d3b193d2e423ae8d0
Ivan
ivan at 420.am
Wed Sep 6 10:29:41 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via d2d82863f354790d1eb3ee1d3b193d2e423ae8d0 (commit)
from 228d0171b07879ce7a585c87aa5580237df74842 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d2d82863f354790d1eb3ee1d3b193d2e423ae8d0
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Sep 6 10:29:40 2017 -0700
display usage fields in deterministic order
diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi
index 302968c..a1fcd1f 100755
--- a/httemplate/edit/svc_acct.cgi
+++ b/httemplate/edit/svc_acct.cgi
@@ -311,11 +311,11 @@
% }
% }
-% my %label = ( seconds => 'Time',
-% upbytes => 'Upload bytes',
-% downbytes => 'Download bytes',
-% totalbytes => 'Total bytes',
-% );
+% tie my %label, 'Tie::IxHash', seconds => 'Time',
+% upbytes => 'Upload bytes',
+% downbytes => 'Download bytes',
+% totalbytes => 'Total bytes',
+% ;
% foreach my $uf (keys %label) {
% my $tf = $uf . "_threshold";
% if ( $curuser->access_right('Edit usage') ) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/svc_acct.cgi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
More information about the freeside-commits
mailing list