--- lib/Arh/View/Units.pm 2008/04/07 09:11:56 58 +++ lib/Arh/View/Units.pm 2008/04/07 15:03:03 63 @@ -50,6 +50,7 @@ sources bibliography copyright + material / ); } @@ -149,7 +150,7 @@ foreach my $f ( $self->display_columns ) { # last if $f eq 'material' && ! $id; - render_param( $create => $f ); # unless $f eq 'material'; + render_param( $create => $f ) unless $f eq 'material'; #warn "## $f"; }