From 15bf103e6440823fc3d158569a36662685574c08 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 11 May 2021 09:50:41 -0400 Subject: Grand Total pushed forward --- GradeBook_lib.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 1ab3612..f2499cc 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -1567,7 +1567,7 @@ proc htmlDBout {db permission_list user {sort_col {}}} { } ## This section rearrange shown column - set head_list {FirstName LastName UserName GroupName IdNum SectionNum} + set head_list {FirstName LastName UserName GroupName IdNum SectionNum "Grand Total"} set tail_list {} # reduce column list set new_column_list {} -- cgit v1.2.3