diff --git a/core/src/main/resources/template/simple/optiontransferselect.ftl b/core/src/main/resources/template/simple/optiontransferselect.ftl index 605e69612..469ff54d7 100644 --- a/core/src/main/resources/template/simple/optiontransferselect.ftl +++ b/core/src/main/resources/template/simple/optiontransferselect.ftl @@ -261,7 +261,9 @@ <#t/> <#assign doubleItemKeyStr = doubleItemKey.toString() /><#t/> <#if parameters.doubleListValue?exists><#t/> - <#assign doubleItemValue = stack.findString(parameters.doubleListValue) /><#t/> + <#if stack.findString(parameters.doubleListValue)?has_content><#t/> + <#assign doubleItemValue = stack.findString(parameters.doubleListValue) /><#t/> + <#t/> <#else><#t/> <#assign doubleItemValue = stack.findString('top') /><#t/> <#t/>