Subversion Repositories PEEPS

Rev

Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 15
Line 46... Line 46...
46
}
46
}
Line 47... Line 47...
47
 
47
 
48
# If we need to modify line item values, create a subroutine named "modify_$columnname"
48
# If we need to modify line item values, create a subroutine named "modify_$columnname"
Line -... Line 49...
-
 
49
#    It will receive a hashref to the object lineitem
-
 
50
 
-
 
51
sub modify_derby_name {
-
 
52
  my $thing = shift;
-
 
53
  
-
 
54
  return $h->a ({href=>"view_user?person_id=$thing->{person_id}"}, $thing->{derby_name});
49
#    It will receive a hashref to the object lineitem
55
}
50
 
56
 
Line 51... Line 57...
51
# If we need to modify how a filter works, create a subroutine named "filter_$columnname"
57
# If we need to modify how a filter works, create a subroutine named "filter_$columnname"
52
#    It will receive two fields, the field name and the current filter value (if any)
58
#    It will receive two fields, the field name and the current filter value (if any)