bugfix [ 912400 ] db link not working
This commit is contained in:
parent
3f8162519f
commit
2e240b8cda
5 changed files with 9 additions and 11 deletions
|
|
@ -343,7 +343,7 @@ The unique identifier for the selected template. Defaults to "0", which is the W
|
|||
=cut
|
||||
|
||||
sub databaseLink {
|
||||
my $value = $_[0]->{value} || 1;
|
||||
my $value = $_[0]->{value} || 0;
|
||||
my $name = $_[0]->{name} || "databaseLinkId";
|
||||
return selectList({
|
||||
name=>$name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue