forked from science-ation/science-ation
- The project number needs a titch more space for the GVRSF. :)
- Completely remove the old gvrsf_tablenumber report column.
This commit is contained in:
parent
5aeaa6be0a
commit
aa1be324ad
@ -30,7 +30,7 @@ $report_students_fields = array(
|
|||||||
'pn' => array(
|
'pn' => array(
|
||||||
'name' => 'Project Number',
|
'name' => 'Project Number',
|
||||||
'header' => '#',
|
'header' => '#',
|
||||||
'width' => 0.5,
|
'width' => 0.6,
|
||||||
'table' => 'projects.projectnumber',
|
'table' => 'projects.projectnumber',
|
||||||
'table_sort' => 'projects.projectsort'),
|
'table_sort' => 'projects.projectsort'),
|
||||||
|
|
||||||
@ -490,13 +490,7 @@ $report_students_fields = array(
|
|||||||
'header' => '',
|
'header' => '',
|
||||||
'width' => 0.1,
|
'width' => 0.1,
|
||||||
'table' => "CONCAT(' ')"),
|
'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(
|
'easyparse_allnames' => array(
|
||||||
'name' => "Easy Parse -- All Student Names (REQUIRES MYSQL 5.0) ",
|
'name' => "Easy Parse -- All Student Names (REQUIRES MYSQL 5.0) ",
|
||||||
'header' => 'Student(s)',
|
'header' => 'Student(s)',
|
||||||
|
Loading…
Reference in New Issue
Block a user