This commit is contained in:
James Cole 2017-11-30 19:43:02 +01:00
parent f30442320c
commit 51f07ce918
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 3 additions and 3 deletions

View File

@ -365,7 +365,7 @@ class TransactionJournal extends Model
}
if (is_string($value) && 0 === strlen($value)) {
$this->deleteMeta($name);
return new TransactionJournalMeta();
}

View File

@ -1,4 +1,4 @@
{{ journals.render|raw }}
{{ transactions.render|raw }}
<table class="table table-hover table-condensed {% if sorting %}sortable-table{% endif %}">
<thead>
@ -59,7 +59,7 @@
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
{{ journals.render|raw }}
{{ transactions.render|raw }}
</div>
</div>
<script type="text/javascript">