diff --git a/resources/views/partials/reports/show.blade.php b/resources/views/partials/reports/show.blade.php index e5d9de068..69735da9e 100644 --- a/resources/views/partials/reports/show.blade.php +++ b/resources/views/partials/reports/show.blade.php @@ -13,3 +13,7 @@ @include($class->views['content']) @endsection + +@push('scripts_start') + +@endpush \ No newline at end of file diff --git a/resources/views/partials/reports/table/rows.blade.php b/resources/views/partials/reports/table/rows.blade.php index 35f8c5cfc..f2a060a27 100644 --- a/resources/views/partials/reports/table/rows.blade.php +++ b/resources/views/partials/reports/table/rows.blade.php @@ -1,6 +1,14 @@ @if ($row_total = array_sum($rows)) - {{ $class->row_names[$table][$id] }} + + + {{ $class->row_names[$table][$id] }} + + @foreach($rows as $row) @money($row, setting('default.currency'), true) @endforeach