Debug code for transaction view. [skip ci]

This commit is contained in:
James Cole
2018-04-16 17:59:35 +02:00
parent 1aa9461370
commit 58a6a95d90

View File

@@ -360,7 +360,9 @@
</thead>
<tbody>
{% set maxIdentifier = ((transactions|length) / 2) -1 %}
{{ dump(transactions|length) }}
{#{% set maxIdentifier = ((transactions|length) / 2) -1 %}#}
{% for x in 0..maxIdentifier %}
<tr>
{# loop each transaction in the array.#}