remove the definition sub.
This commit is contained in:
parent
d3ea16a5b4
commit
4f2c5495e6
1 changed files with 0 additions and 14 deletions
|
|
@ -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 ( )
|
=head2 prepareView ( )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue