Andrew Wallo 11 місяці тому
джерело
коміт
08e443ed7d

+ 1
- 1
resources/views/components/company/tables/reports/cash-flow-statement.blade.php Переглянути файл

@@ -116,7 +116,7 @@
116 116
             <tr>
117 117
                 @foreach($accountType->summary as $accountTypeSummaryIndex => $accountTypeSummaryCell)
118 118
                     <x-company.tables.cell :alignment-class="$report->getAlignmentClass($accountTypeSummaryIndex)"
119
-                                           :indent="$accountIndex === 'account_name'" bold="true">
119
+                                           :indent="$accountTypeSummaryIndex === 'account_name'" bold="true">
120 120
                         {{ $accountTypeSummaryCell }}
121 121
                     </x-company.tables.cell>
122 122
                 @endforeach

Завантаження…
Відмінити
Зберегти