[freeside-commits] branch FREESIDE_4_BRANCH updated. 72f91c20c1bd2690e17e1bc44e99fefb219ec8d2
Ivan
ivan at 420.am
Wed Sep 6 10:29:39 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 72f91c20c1bd2690e17e1bc44e99fefb219ec8d2 (commit)
from cd5f689af969136fb11b017917a0d75aa0fb7808 (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 72f91c20c1bd2690e17e1bc44e99fefb219ec8d2
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Sep 6 10:29:38 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