bugfix for dataform collateral ordering
This commit is contained in:
parent
51e021ba11
commit
34fd684fde
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ sub _tabAdminIcons {
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
sub _tonull {
|
sub _tonull {
|
||||||
return @_ ;
|
return $_[1] eq "0" ? (undef, undef) : @_ ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue