--- lib/Arh/View.pm 2007/11/29 16:08:13 8 +++ lib/Arh/View.pm 2007/11/29 16:40:10 9 @@ -83,7 +83,7 @@ my $unit = shift || die "no unit?"; my $a = new_action( class => 'UpdateUnit', record => $unit ); form { - foreach my $f ( qw/name number material dimensions position description chronology/ ) { + foreach my $f ( qw/name number campaign material dimensions position description chronology location/ ) { if ( $f eq 'material' ) { my $material = $unit->material; while ( my $um = $material->next ) {