forked from science-ation/science-ation
shrink RegNum column, it doesnt need to be so big.
fix project_details custom report for students->users
This commit is contained in:
parent
9c080c76f5
commit
d182699702
@ -85,10 +85,10 @@
|
|||||||
while($proj=mysql_fetch_object($projq))
|
while($proj=mysql_fetch_object($projq))
|
||||||
{
|
{
|
||||||
$projectcount++;
|
$projectcount++;
|
||||||
$sq=mysql_query("SELECT students.firstname,
|
$sq=mysql_query("SELECT users.firstname,
|
||||||
students.lastname
|
users.lastname
|
||||||
FROM
|
FROM
|
||||||
students
|
users
|
||||||
WHERE
|
WHERE
|
||||||
students.registrations_id='$proj->reg_id'
|
students.registrations_id='$proj->reg_id'
|
||||||
");
|
");
|
||||||
|
@ -261,7 +261,7 @@ $report_students_fields = array(
|
|||||||
'start_option_group' => 'Student Registration Information',
|
'start_option_group' => 'Student Registration Information',
|
||||||
'name' => 'Student -- Registration Number',
|
'name' => 'Student -- Registration Number',
|
||||||
'header' => 'RegNum',
|
'header' => 'RegNum',
|
||||||
'width' => 25.4 /*mm*/,
|
'width' => 16 /*mm*/,
|
||||||
'table' => 'registrations.num' ),
|
'table' => 'registrations.num' ),
|
||||||
|
|
||||||
'paid' => array(
|
'paid' => array(
|
||||||
|
Loading…
Reference in New Issue
Block a user