This commit is contained in:
James Cole
2017-09-09 06:25:20 +02:00
parent f704ade86b
commit 336fb5f5a6
4 changed files with 61 additions and 27 deletions

View File

@@ -10,6 +10,7 @@
<input name="_token" type="hidden" value="{{ csrf_token() }}">
<input type="hidden" name="id" value="{{ journal.id }}"/>
<input type="hidden" name="what" value="{{ preFilled.what }}"/>
<input type="hidden" name="journal_currency_id" value="{{ journal.transaction_currency_id }}"/>
{% if errors.all()|length > 0 %}
<div class="row">