Subversion Repositories VORC

Rev

Rev 222 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 222 Rev 267
Line 45... Line 45...
45
my @whereClause;
45
my @whereClause;
Line 46... Line 46...
46
 
46
 
47
# If we need to modify line item values, create a subroutine named "modify_$columnname"
47
# If we need to modify line item values, create a subroutine named "modify_$columnname"
Line -... Line 48...
-
 
48
#    It will receive a hashref to the object lineitem
-
 
49
 
-
 
50
sub modify_classes {
-
 
51
  my $s = shift;
-
 
52
  return $s->{classes} =~ s/ \| /<br>/gr;
48
#    It will receive a hashref to the object lineitem
53
}
49
 
54
 
Line 50... Line 55...
50
# If we need to modify how a filter works, create a subroutine named "filter_$columnname"
55
# If we need to modify how a filter works, create a subroutine named "filter_$columnname"
51
#    It will receive two fields, the field name and the current filter value (if any)
56
#    It will receive two fields, the field name and the current filter value (if any)