From 58a6a95d90edea08f4d6bf30d2d88aaad962bea2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 16 Apr 2018 17:59:35 +0200 Subject: [PATCH] Debug code for transaction view. [skip ci] --- resources/views/transactions/show.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/transactions/show.twig b/resources/views/transactions/show.twig index e1627928e6..4ccdf24165 100644 --- a/resources/views/transactions/show.twig +++ b/resources/views/transactions/show.twig @@ -360,7 +360,9 @@ - {% set maxIdentifier = ((transactions|length) / 2) -1 %} + {{ dump(transactions|length) }} + + {#{% set maxIdentifier = ((transactions|length) / 2) -1 %}#} {% for x in 0..maxIdentifier %} {# loop each transaction in the array.#}