More code for the tag report.

This commit is contained in:
James Cole
2017-02-24 20:27:26 +01:00
parent f63c6875cd
commit 3d4feff7de
5 changed files with 125 additions and 11 deletions

View File

@@ -7,9 +7,6 @@
{% block content %}
{% if journals.count == 0 %}
{% include 'partials.empty' with {what: what, type: 'transactions',route: route('transactions.create', [what])} %}
{% else %}
<div class="row">
<div class="col-lg-10 col-md-10 col-sm-12">
<div class="box">
@@ -44,7 +41,6 @@
</div>
</div>
{% endif %}
{% endblock %}
{% block scripts %}
<script type="text/javascript" src="js/ff/transactions/list.js"></script>