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))
|
||||
{
|
||||
$projectcount++;
|
||||
$sq=mysql_query("SELECT students.firstname,
|
||||
students.lastname
|
||||
$sq=mysql_query("SELECT users.firstname,
|
||||
users.lastname
|
||||
FROM
|
||||
students
|
||||
users
|
||||
WHERE
|
||||
students.registrations_id='$proj->reg_id'
|
||||
");
|
||||
|
@ -261,7 +261,7 @@ $report_students_fields = array(
|
||||
'start_option_group' => 'Student Registration Information',
|
||||
'name' => 'Student -- Registration Number',
|
||||
'header' => 'RegNum',
|
||||
'width' => 25.4 /*mm*/,
|
||||
'width' => 16 /*mm*/,
|
||||
'table' => 'registrations.num' ),
|
||||
|
||||
'paid' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user