From 72dd06493228a420d352e5c6fe580109de4c8258 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 2 Jun 2015 21:58:30 +0200 Subject: [PATCH] Fix count in transaction search [skip ci] --- resources/twig/search/index.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/twig/search/index.twig b/resources/twig/search/index.twig index c00b12b931..cd9b4f740f 100644 --- a/resources/twig/search/index.twig +++ b/resources/twig/search/index.twig @@ -7,7 +7,7 @@
- Transactions ({ result.transactions|length }}) + Transactions ({{ result.transactions|length }})
{% include 'list/journals-tiny' with {'transactions' : result.transactions} %}