From 7c011a327bdbc58ed90731eefa5142e49de5ae6c Mon Sep 17 00:00:00 2001 From: Sevan Nerse Date: Mon, 20 Apr 2020 17:30:14 +0300 Subject: [PATCH] texts overlapping the first and second column on reports is fixed --- resources/views/partials/reports/table/rows.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/reports/table/rows.blade.php b/resources/views/partials/reports/table/rows.blade.php index 30fdbb3e4..51832cc90 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)