diff --git a/trunk/templates/default/LSformElement_select_object_field.tpl b/trunk/templates/default/LSformElement_select_object_field.tpl
index 2bd555db..85e26b04 100644
--- a/trunk/templates/default/LSformElement_select_object_field.tpl
+++ b/trunk/templates/default/LSformElement_select_object_field.tpl
@@ -1,9 +1,6 @@
-{if $freeze}
- {if $dn}
- {$txt}
- {else}
- {$noValueTxt}
- {/if}
+{if $dn}
+ {$txt}
+ {if !$freeze}{/if}
{else}
- {$txt}
+ {$noValueTxt}
{/if}