close #1526 Fixed: Reconciliation form input values are not set

This commit is contained in:
Cüneyt Şentürk
2020-07-23 11:04:25 +03:00
parent 4366506b48
commit 2575c5d0c5
3 changed files with 17 additions and 2 deletions

View File

@ -34,6 +34,7 @@
<script type="text/javascript"><!--
var url = '{{ url("/") }}';
var app_url = '{{ config("app.url") }}';
var aka_currency = {!! !empty($currency) ? $currency : 'false' !!};
//--></script>
@stack('js')