[freeside-commits] branch master updated. 962cf31c328dddb11b3fa6af37ae3c31d4c67e7d
Ivan
ivan at 420.am
Wed Sep 6 10:29:38 PDT 2017
The branch, master has been updated
via 962cf31c328dddb11b3fa6af37ae3c31d4c67e7d (commit)
from 00f6a05e148ee90f04c9f38830cf9f1f601ab041 (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 962cf31c328dddb11b3fa6af37ae3c31d4c67e7d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Sep 6 10:29:36 2017 -0700
display usage fields in deterministic order
diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi
index 7be5eab..27ea3c5 100755
--- a/httemplate/edit/svc_acct.cgi
+++ b/httemplate/edit/svc_acct.cgi
@@ -310,11 +310,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