diff --git a/app/Abstracts/Report.php b/app/Abstracts/Report.php index 9defe05bb..62c8c771f 100644 --- a/app/Abstracts/Report.php +++ b/app/Abstracts/Report.php @@ -49,7 +49,7 @@ abstract class Report public $indents = [ 'table_header' => '0px', - 'table_rows' => '0px', + 'table_rows' => '24px', ]; public $chart = [ diff --git a/resources/views/partials/reports/table/rows.blade.php b/resources/views/partials/reports/table/rows.blade.php index e91d696c7..68ac59682 100644 --- a/resources/views/partials/reports/table/rows.blade.php +++ b/resources/views/partials/reports/table/rows.blade.php @@ -1,6 +1,6 @@ @php $row_total = 0; @endphp - {{ $class->row_names[$table][$id] }} + {{ $class->row_names[$table][$id] }} @foreach($rows as $row) @php $row_total += $row; @endphp @money($row, setting('default.currency'), true)