[freeside-commits] freeside/httemplate/search svc_acct.cgi, 1.61, 1.62
Ivan,,,
ivan at wavetail.420.am
Sat May 22 13:00:30 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv32471
Modified Files:
svc_acct.cgi
Log Message:
consistent with other places, showing database primary keys other than custnum, invnum is stilly
Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/svc_acct.cgi,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -w -d -r1.61 -r1.62
--- svc_acct.cgi 22 May 2010 19:47:51 -0000 1.61
+++ svc_acct.cgi 22 May 2010 20:00:28 -0000 1.62
@@ -69,12 +69,12 @@
my %search_hash = ();
my @extra_sql = ();
-my @header = ( '#', 'Service', 'Account' );
-my @fields = ( 'svcnum', 'svc', 'email' );
-my @links = ( $link, $link, $link );
-my $align = 'rll';
-my @color = ( '', '', '' );
-my @style = ( '', '', '' );
+my @header = ( 'Service', 'Account' );
+my @fields = ( 'svc', 'email' );
+my @links = ( $link, $link );
+my $align = 'll';
+my @color = ( '', '' );
+my @style = ( '', '' );
my @footer = ();
my $conf = new FS::Conf;
@@ -151,7 +151,7 @@
push @color, '';
push @style, '';
- @footer = ( '', 'Total', '', '', '',
+ @footer = ( 'Total', '', '', '',
sub { format_time($tot_time) }, #time
);
@@ -201,6 +201,8 @@
;
}
+ push @footer, '', '';
+
}
} elsif ( $cgi->param('magic') =~ /^nologin$/ ) {
More information about the freeside-commits
mailing list