close #500 Enhancement: Issue in Invoicing

This commit is contained in:
cuneytsenturk
2018-11-05 17:10:08 +03:00
parent e5bdb410ae
commit cebb00560f
19 changed files with 40 additions and 0 deletions

View File

@ -75,7 +75,9 @@
@push('js')
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
@if (language()->getShortCode() != 'en')
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/locales/bootstrap-datepicker.' . language()->getShortCode() . '.js') }}"></script>
@endif
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
@endpush