- The project number needs a titch more space for the GVRSF. :)

- Completely remove the old gvrsf_tablenumber report column.
This commit is contained in:
dave 2007-12-29 09:04:48 +00:00
parent 5aeaa6be0a
commit aa1be324ad

View File

@ -30,7 +30,7 @@ $report_students_fields = array(
'pn' => array(
'name' => 'Project Number',
'header' => '#',
'width' => 0.5,
'width' => 0.6,
'table' => 'projects.projectnumber',
'table_sort' => 'projects.projectsort'),
@ -490,13 +490,7 @@ $report_students_fields = array(
'header' => '',
'width' => 0.1,
'table' => "CONCAT(' ')"),
/* 'gvrsf_tn' => array (
'name' => 'GVRSF Project Number (Table Number)',
'header' => '#',
'width' => 0.6,
'table' => "CAST(projects.projectnumber AS UNSIGNED) AS GVRSFTBL, CONCAT(projectcategories.category_shortform, ' ', projects.projectnumber, ' ', projectdivisions.division_shortform)",
'table_sort' => 'GVRSFTBL'),
*/
'easyparse_allnames' => array(
'name' => "Easy Parse -- All Student Names (REQUIRES MYSQL 5.0) ",
'header' => 'Student(s)',