shrink RegNum column, it doesnt need to be so big.

fix project_details custom report for students->users
This commit is contained in:
james 2011-03-14 21:24:39 +00:00
parent 9c080c76f5
commit d182699702
2 changed files with 4 additions and 4 deletions

View File

@ -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'
");

View File

@ -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(