close #1540 Fixed: Incorrect amount when precision is 0

This commit is contained in:
Cüneyt Şentürk
2020-07-23 11:13:30 +03:00
parent 2575c5d0c5
commit 0019022d9b
7 changed files with 13 additions and 8 deletions

View File

@ -32,6 +32,7 @@
var url = '{{ url("/") }}';
var app_home = '{{ route("apps.home.index") }}';
var app_url = '{{ config("app.url") }}';
var aka_currency = {!! !empty($currency) ? $currency : 'false' !!};
//--></script>
@stack('js')