Fix typo in '_doAfterTimeLimit_options' call from property definition.
This commit is contained in:
parent
c65eb74197
commit
c74572bac1
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ property doAfterTimeLimit => (
|
||||||
tab => 'properties',
|
tab => 'properties',
|
||||||
hoverHelp => ['do after timelimit hoverHelp', 'Asset_Survey'],
|
hoverHelp => ['do after timelimit hoverHelp', 'Asset_Survey'],
|
||||||
label => ['do after timelimit label', 'Asset_Survey'],
|
label => ['do after timelimit label', 'Asset_Survey'],
|
||||||
options => \&doAfterTimeLimit_options,
|
options => \&_doAfterTimeLimit_options,
|
||||||
);
|
);
|
||||||
sub _doAfterTimeLimit_options {
|
sub _doAfterTimeLimit_options {
|
||||||
my $session = shift->session;
|
my $session = shift->session;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue