From 1cfe4f40bac93330f45bdb56d44d510afd3f3b61 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 20 Sep 2016 17:22:07 +0200 Subject: [PATCH] Fix display bug for attachments --- resources/views/transactions/show.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/transactions/show.twig b/resources/views/transactions/show.twig index a4df463e83..13da803c5a 100644 --- a/resources/views/transactions/show.twig +++ b/resources/views/transactions/show.twig @@ -161,7 +161,7 @@ - {% if strlen(att.title) > 0 %} + {% if att.title|length > 0 %} {{ att.title }} {% else %} {{ att.filename }}