Subversion Repositories VORC

Rev

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

Rev 266 Rev 267
Line 34... Line 34...
34
my @whereClause;
34
my @whereClause;
Line 35... Line 35...
35
 
35
 
36
# If we need to modify line item values, create a subroutine named "modify_$columnname"
36
# If we need to modify line item values, create a subroutine named "modify_$columnname"
Line -... Line 37...
-
 
37
#    It will receive a hashref to the object lineitem
-
 
38
 
-
 
39
sub modify_seminars {
-
 
40
  my $s = shift;
-
 
41
  return $s->{seminars} =~ s/\|/<br>/gr;
37
#    It will receive a hashref to the object lineitem
42
}
38
 
43
 
Line 39... Line 44...
39
# If we need to modify how a filter works, create a subroutine named "filter_$columnname"
44
# If we need to modify how a filter works, create a subroutine named "filter_$columnname"
40
#    It will receive two fields, the field name and the current filter value (if any)
45
#    It will receive two fields, the field name and the current filter value (if any)