remove the definition sub.

This commit is contained in:
Colin Kuskie 2010-02-11 19:21:20 -08:00
parent d3ea16a5b4
commit 4f2c5495e6

View file

@ -105,20 +105,6 @@ sub _fetchDepartments {
}
#-------------------------------------------------------------------
sub definition {
my $class = shift;
my $session = shift;
my $definition = shift;
my $i18n = WebGUI::International->new($session,"Asset_InOutBoard");
push(@{$definition}, {
autoGenerateForms => 1,
properties => {
}
});
return $class->SUPER::definition($session, $definition);
}
#-------------------------------------------------------------------
=head2 prepareView ( )