Skip to content

Commit bdd560f

Browse files
committed
SW-27059 - remove syntax error in documents template
1 parent 085581d commit bdd560f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/Frontend/Bare/documents/index.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ td.head {
103103
{block name="document_index_address_base"}
104104
{if $User.$address.company}{$User.$address.company}<br />{/if}
105105
{if $User.$address.department}{$User.$address.department}<br />{/if}
106-
{if {config name="shopSalutationRequired"} && $User.$address.salutation !== 'not_defined'}}{$User.$address.salutation|salutation}{/if}
106+
{if {config name="shopSalutationRequired"} && $User.$address.salutation !== 'not_defined'}{$User.$address.salutation|salutation}{/if}
107107
{if {config name="displayprofiletitle"}}
108108
{$User.$address.title}<br/>
109109
{/if}

0 commit comments

Comments
 (0)